auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] Changes to auctex/style/nicefrac.el,v


From: Ralf Angeli
Subject: [AUCTeX-diffs] Changes to auctex/style/nicefrac.el,v
Date: Thu, 23 Aug 2007 18:46:32 +0000

CVSROOT:        /cvsroot/auctex
Module name:    auctex
Changes by:     Ralf Angeli <angeli>    07/08/23 18:46:32

Index: nicefrac.el
===================================================================
RCS file: /cvsroot/auctex/auctex/style/nicefrac.el,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- nicefrac.el 19 Aug 2007 20:23:46 -0000      1.6
+++ nicefrac.el 23 Aug 2007 18:46:32 -0000      1.7
@@ -34,10 +34,10 @@
  (lambda ()
    (TeX-add-symbols
     '("nicefrac" [ "Font changing command" ] "Numerator" "Denominator"))
-   ;; enable fontifying
+   ;; Fontification
    (when (and (featurep 'font-latex)
              (eq TeX-install-font-lock 'font-latex-setup))
-     (font-lock-add-keywords '(("nicefrac" "[{{")) 'textual))))
+     (font-latex-add-keywords '(("nicefrac" "[{{")) 'textual))))
 
 (defvar LaTeX-nicefrac-package-options '("nice" "ugly")
   "Package options for the nicefrac package.")




reply via email to

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