/[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.26 by lute, Mon Apr 4 08:56:36 2005 UTC revision 1.27 by lute, Mon Apr 25 11:09:30 2005 UTC
# Line 32  Line 32 
32    "Defaults for Font Lock mode specified by the major mode.    "Defaults for Font Lock mode specified by the major mode.
33  Defaults should be of the form:  Defaults should be of the form:
34    
35   (KEYWORDS KEYWORDS-ONLY CASE-FOLD SYNTAX-ALIST SYNTAX-BEGIN ...)   (KEYWORDS [KEYWORDS-ONLY [CASE-FOLD [SYNTAX-ALIST [SYNTAX-BEGIN ...]]]])
36    
37  KEYWORDS may be a symbol (a variable or function whose value is the keywords to  KEYWORDS may be a symbol (a variable or function whose value is the keywords to
38  use for fontification) or a list of symbols.  If KEYWORDS-ONLY is non-nil,  use for fontification) or a list of symbols.  If KEYWORDS-ONLY is non-nil,
# Line 66  textual modes (i.e., the mode-dependent Line 66  textual modes (i.e., the mode-dependent
66  around a text block relevant to that mode).  around a text block relevant to that mode).
67    
68  Other variables include that for syntactic keyword fontification,  Other variables include that for syntactic keyword fontification,
69  `font-lock-syntactic-keywords'  `font-lock-syntactic-keywords' and those for buffer-specialized fontification
70  and those for buffer-specialized fontification functions,  functions, `font-lock-fontify-buffer-function',
71  `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function',  `font-lock-unfontify-buffer-function', `font-lock-fontify-region-function',
72  `font-lock-fontify-region-function', `font-lock-unfontify-region-function',  `font-lock-unfontify-region-function', and `font-lock-inhibit-thing-lock'.")
 `font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.")  
73  (make-variable-buffer-local 'font-lock-defaults)  (make-variable-buffer-local 'font-lock-defaults)
74    
75  (defvar font-lock-defaults-alist nil  (defvar font-lock-defaults-alist nil

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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