CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    08/05/25 06:50:33

Index: font-latex.el
===================================================================
RCS file: /cvsroot/auctex/auctex/font-latex.el,v
retrieving revision 5.184
retrieving revision 5.185
diff -u -b -r5.184 -r5.185
--- font-latex.el       11 Feb 2008 22:23:33 -0000      5.184
+++ font-latex.el       25 May 2008 06:50:31 -0000      5.185
@@ -1075,7 +1075,7 @@
   (when (fboundp 'built-in-face-specifiers)
     ;; Cool patch from Christoph Wedler...
     (let (instance)
-      (mapcar (lambda (property)
+      (mapc (lambda (property)
                (setq instance
                      (face-property-instance 'font-latex-math-face property
                                              nil 0 t))
@@ -1141,7 +1141,7 @@
        (progn
          ;; XEmacs does not set these variables via `font-lock-defaults'
          ;; but requires them to be set explicitely.
-         (mapcar (lambda (alist)
+         (mapc (lambda (alist)
                    (set (car alist) (cdr alist))) variables)
          ;; Has to be set to t as otherwise syntax properties will not be
          ;; be picked up during fontification.


_______________________________________________
auctex-diffs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/auctex-diffs

Reply via email to