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: Sun, 21 May 2006 08:31:58 +0000

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.151 auctex/font-latex.el:5.152
--- auctex/font-latex.el:5.151  Mon May 15 16:06:41 2006
+++ auctex/font-latex.el        Sun May 21 08:31:58 2006
@@ -120,6 +120,8 @@
 Also selects \"<quote\"> versus \">quote\"<."
   :type '(choice (const french) (const german))
   :group 'font-latex)
+(put 'font-latex-quotes 'safe-local-variable
+     '(lambda (x) (memq x '(french german))))
 
 (defun font-latex-add-quotes (quotes)
   "Add QUOTES to `font-latex-quote-list'.
@@ -687,10 +689,7 @@
 This feature does not work in XEmacs."
   :type 'boolean
   :group 'font-latex)
-(put 'font-latex-fontify-script 'safe-local-variable
-     (if (fboundp 'booleanp)
-        'booleanp
-       '(lambda (x) (memq x '(nil t)))))
+(put 'font-latex-fontify-script 'safe-local-variable 'TeX-booleanp)
 
 (defcustom font-latex-script-display '((raise -0.3) . (raise 0.3))
   "Display specification for subscript and superscript content.




reply via email to

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