Index: emacs/lisp/font-core.el
diff -c emacs/lisp/font-core.el:1.26 emacs/lisp/font-core.el:1.27
*** emacs/lisp/font-core.el:1.26        Mon Apr  4 08:56:36 2005
--- emacs/lisp/font-core.el     Mon Apr 25 11:09:30 2005
***************
*** 32,38 ****
    "Defaults for Font Lock mode specified by the major mode.
  Defaults should be of the form:
  
!  (KEYWORDS KEYWORDS-ONLY CASE-FOLD SYNTAX-ALIST SYNTAX-BEGIN ...)
  
  KEYWORDS may be a symbol (a variable or function whose value is the keywords 
to
  use for fontification) or a list of symbols.  If KEYWORDS-ONLY is non-nil,
--- 32,38 ----
    "Defaults for Font Lock mode specified by the major mode.
  Defaults should be of the form:
  
!  (KEYWORDS [KEYWORDS-ONLY [CASE-FOLD [SYNTAX-ALIST [SYNTAX-BEGIN ...]]]])
  
  KEYWORDS may be a symbol (a variable or function whose value is the keywords 
to
  use for fontification) or a list of symbols.  If KEYWORDS-ONLY is non-nil,
***************
*** 66,76 ****
  around a text block relevant to that mode).
  
  Other variables include that for syntactic keyword fontification,
! `font-lock-syntactic-keywords'
! and those for buffer-specialized fontification functions,
! `font-lock-fontify-buffer-function', `font-lock-unfontify-buffer-function',
! `font-lock-fontify-region-function', `font-lock-unfontify-region-function',
! `font-lock-inhibit-thing-lock' and `font-lock-maximum-size'.")
  (make-variable-buffer-local 'font-lock-defaults)
  
  (defvar font-lock-defaults-alist nil
--- 66,75 ----
  around a text block relevant to that mode).
  
  Other variables include that for syntactic keyword fontification,
! `font-lock-syntactic-keywords' and those for buffer-specialized fontification
! functions, `font-lock-fontify-buffer-function',
! `font-lock-unfontify-buffer-function', `font-lock-fontify-region-function',
! `font-lock-unfontify-region-function', and `font-lock-inhibit-thing-lock'.")
  (make-variable-buffer-local 'font-lock-defaults)
  
  (defvar font-lock-defaults-alist nil


_______________________________________________
Emacs-diffs mailing list
Emacs-diffs@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to