emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/printing.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/printing.el,v
Date: Tue, 25 Sep 2007 11:11:16 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/25 11:11:16

Index: printing.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/printing.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- printing.el 6 Aug 2007 12:34:45 -0000       1.49
+++ printing.el 25 Sep 2007 11:11:16 -0000      1.50
@@ -5311,7 +5311,7 @@
 
 (defun pr-eval-local-alist (alist)
   (let (local-list)
-    (mapcar #'(lambda (option)
+    (mapc #'(lambda (option)
                (let ((var-sym (car option))
                      (value   (cdr option)))
                  (setq local-list
@@ -5341,7 +5341,7 @@
                  (setq local-list
                        (pr-eval-setting-alist inherits global
                                               (cons inherits old)))))
-          (mapcar
+          (mapc
            (cond ((not local)          ; global settings
                   #'(lambda (option)
                       (let ((var-sym (car option)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]