[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-diffs] Changes to auctex/font-latex.el,v
From: |
Ralf Angeli |
Subject: |
[AUCTeX-diffs] Changes to auctex/font-latex.el,v |
Date: |
Sun, 25 May 2008 06:50:35 +0000 |
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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [AUCTeX-diffs] Changes to auctex/font-latex.el,v,
Ralf Angeli <=