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: Mon, 15 May 2006 16:06:41 +0000

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.150 auctex/font-latex.el:5.151
--- auctex/font-latex.el:5.150  Mon May  8 10:04:42 2006
+++ auctex/font-latex.el        Mon May 15 16:06:41 2006
@@ -687,7 +687,10 @@
 This feature does not work in XEmacs."
   :type 'boolean
   :group 'font-latex)
-(put 'font-latex-fontify-script 'safe-local-variable 'booleanp)
+(put 'font-latex-fontify-script 'safe-local-variable
+     (if (fboundp 'booleanp)
+        'booleanp
+       '(lambda (x) (memq x '(nil t)))))
 
 (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]