/[emacs]/emacs/lisp/font-core.el
ViewVC logotype

Diff of /emacs/lisp/font-core.el

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

revision 1.2 by walters, Thu May 23 03:38:22 2002 UTC revision 1.3 by walters, Thu May 23 04:18:19 2002 UTC
# Line 144  wish to have fontification turned on and Line 144  wish to have fontification turned on and
144  variable is non-nil, then calling `font-lock-mode' will simply toggle  variable is non-nil, then calling `font-lock-mode' will simply toggle
145  the symbol property `face' of CATEGORY-SYMBOL.")  the symbol property `face' of CATEGORY-SYMBOL.")
146    
147    (defvar font-lock-symbol-category-alist nil
148      "An alist of (SYMBOL . CATEGORY-SYMBOL) to help maintain categories.
149    This variable is not directly used by font-lock; instead it is
150    intended to be used by modes which use `font-lock-category-alist'.
151    Normally, you want category symbols to be uninterned, so that their
152    properties can be local to a buffer.  This variable helps you maintain
153    a mapping between normal category names (i.e. interned symbols) and
154    their local uninterned versions.")
155    
156  (defvar font-lock-function 'font-lock-default-function  (defvar font-lock-function 'font-lock-default-function
157    "A function which is called when `font-lock-mode' is toggled.    "A function which is called when `font-lock-mode' is toggled.
158  It will be passed one argument, which is the current value of  It will be passed one argument, which is the current value of

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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