/[auctex]/auctex/font-latex.el
ViewVC logotype

Diff of /auctex/font-latex.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5.127 by angeli, Wed Jun 29 17:35:11 2005 UTC revision 5.128 by angeli, Wed Jun 29 17:46:30 2005 UTC
# Line 98  buffers controlled by font-latex or rest Line 98  buffers controlled by font-latex or rest
98  (defvar font-latex-quote-list nil  (defvar font-latex-quote-list nil
99    "List of matching start and end quote pairs for quotation fontification.")    "List of matching start and end quote pairs for quotation fontification.")
100    
101    (defvar font-latex-quotes-control nil
102      "Internal variable for keeping track if `font-latex-quotes' changed.")
103    
104  (defcustom font-latex-quotes 'french  (defcustom font-latex-quotes 'french
105    "Whether to fontify << French quotes >> or >>German quotes<<.    "Whether to fontify << French quotes >> or >>German quotes<<.
106  Also selects \"<quote\"> versus \">quote\"<."  Also selects \"<quote\"> versus \">quote\"<."
107    :type '(choice (const french) (const german))    :type '(choice (const french) (const german))
108    :group 'font-latex)    :group 'font-latex)
109    
 (defvar font-latex-quotes-control font-latex-quotes  
   "Internal variable for keeping track if `font-latex-quotes' changed.")  
   
110  ;; The definitions of the title faces were originally taken from  ;; The definitions of the title faces were originally taken from
111  ;; info.el (Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 97, 98, 99,  ;; info.el (Copyright (C) 1985, 86, 92, 93, 94, 95, 96, 97, 98, 99,
112  ;; 2000, 2001 Free Software Foundation, Inc.) and adapted to the needs  ;; 2000, 2001 Free Software Foundation, Inc.) and adapted to the needs

Legend:
Removed from v.5.127  
changed lines
  Added in v.5.128

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26