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: Reiner Steib
Subject: [AUCTeX-diffs] Changes to auctex/font-latex.el
Date: Thu, 28 Apr 2005 10:12:41 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.109 auctex/font-latex.el:5.110
--- auctex/font-latex.el:5.109  Thu Apr 28 12:58:24 2005
+++ auctex/font-latex.el        Thu Apr 28 14:12:40 2005
@@ -180,7 +180,7 @@
 
 If it is a number, use varying height faces.  The number is used
 for scaling starting from `font-latex-sectioning-5-face'.  Typically
-value from 1.05 to 1.3 give best result, depending on your font
+values from 1.05 to 1.3 give best results, depending on your font
 setup.  If it is `color', use `font-lock-type-face'.
 
 Caveats: Customizing the scaling factor applies to all sectioning
@@ -235,13 +235,6 @@
 (font-latex-make-sectioning-faces font-latex-sectioning-max)
 
 ;; These aliases should be removed after the next release:
-;; Provide face aliases for version 11.50-11.55:
-(dolist (num '(1 2 3 4))
-  (let ((old (intern (format "font-latex-title-%s-face" num)))
-       (new (intern (format "font-latex-sectioning-%s-face" num))))
-    ;; Does this work at all?
-    (when t; (get old 'saved-face)
-      (put old 'face-alias new))))
 ;; Provide alias for version 11.55:
 (condition-case nil
     (make-obsolete-variable 'font-latex-title-fontify




reply via email to

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