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: Wed, 29 Jun 2005 13:46:30 -0400

Index: auctex/font-latex.el
diff -u auctex/font-latex.el:5.127 auctex/font-latex.el:5.128
--- auctex/font-latex.el:5.127  Wed Jun 29 17:35:11 2005
+++ auctex/font-latex.el        Wed Jun 29 17:46:30 2005
@@ -98,15 +98,15 @@
 (defvar font-latex-quote-list nil
   "List of matching start and end quote pairs for quotation fontification.")
 
+(defvar font-latex-quotes-control nil
+  "Internal variable for keeping track if `font-latex-quotes' changed.")
+
 (defcustom font-latex-quotes 'french
   "Whether to fontify << French quotes >> or >>German quotes<<.
 Also selects \"<quote\"> versus \">quote\"<."
   :type '(choice (const french) (const german))
   :group 'font-latex)
 
-(defvar font-latex-quotes-control font-latex-quotes
-  "Internal variable for keeping track if `font-latex-quotes' changed.")
-
 ;; The definitions of the title faces were originally taken from
 ;; info.el (Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 97, 98, 99,
 ;; 2000, 2001 Free Software Foundation, Inc.) and adapted to the needs




reply via email to

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