auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/font-latex.el


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el
Date: Sat, 04 Feb 2006 14:40:11 +0000

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.146 auctex/font-latex.el:5.147
--- auctex/font-latex.el:5.146  Tue Jan 24 11:31:03 2006
+++ auctex/font-latex.el        Sat Feb  4 14:40:10 2006
@@ -241,7 +241,10 @@
       (when (and (featurep 'xemacs)
                 ;; Do not touch customized  faces.
                 (not (get face-name 'saved-face)))
-       (set-face-parent face-name f-inherit)))))
+       (set-face-parent face-name f-inherit)
+       ;; Explicitely set the size again to code around the bug that
+       ;; `set-face-parent' overwrites the original face size.
+       (make-face-size face-name size)))))
 
 (font-latex-make-sectioning-faces font-latex-sectioning-max)
 




reply via email to

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