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

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

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

revision 1.208 by lektu, Wed Feb 5 23:09:58 2003 UTC revision 1.209 by monnier, Mon Apr 14 15:04:16 2003 UTC
# Line 339  If a number, only buffers greater than t Line 339  If a number, only buffers greater than t
339  (defvar font-lock-warning-face          'font-lock-warning-face  (defvar font-lock-warning-face          'font-lock-warning-face
340    "Face name to use for things that should stand out.")    "Face name to use for things that should stand out.")
341    
342    (defvar font-lock-preprocessor-face     'font-lock-preprocessor-face
343      "Face name to use for preprocessor directives.")
344    
345  (defvar font-lock-reference-face        'font-lock-constant-face)  (defvar font-lock-reference-face        'font-lock-constant-face)
346  (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)  (make-obsolete-variable 'font-lock-reference-face 'font-lock-constant-face)
347    
# Line 1620  A LEVEL of nil is equal to a LEVEL of 0, Line 1623  A LEVEL of nil is equal to a LEVEL of 0,
1623    "Font Lock mode face used to highlight warnings."    "Font Lock mode face used to highlight warnings."
1624    :group 'font-lock-highlighting-faces)    :group 'font-lock-highlighting-faces)
1625    
1626    (defface font-lock-preprocessor-face
1627      '((t :inherit 'font-lock-builtin-face))
1628      "Font Lock mode face used to highlight preprocessor directives."
1629      :group 'font-lock-highlighting-faces)
1630    
1631  ;;; End of Colour etc. support.  ;;; End of Colour etc. support.
1632    
1633  ;;; Menu support.  ;;; Menu support.

Legend:
Removed from v.1.208  
changed lines
  Added in v.1.209

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