Mercurial > hg > xemacs-beta
comparison lisp/font-lock.el @ 4128:36e41bc4a8ab
[xemacs-hg @ 2007-08-18 16:33:29 by vins]
Add defvar for font-lock-warning face.
author | vins |
---|---|
date | Sat, 18 Aug 2007 16:33:30 +0000 |
parents | 6f7f27dd257f |
children | f6c39b2d8b62 |
comparison
equal
deleted
inserted
replaced
4127:4d3eac37bfa2 | 4128:36e41bc4a8ab |
---|---|
715 "This variable should not be set. | 715 "This variable should not be set. |
716 It is present only for horrid FSF compatibility reasons. | 716 It is present only for horrid FSF compatibility reasons. |
717 The corresponding face should be set using `edit-faces' or the | 717 The corresponding face should be set using `edit-faces' or the |
718 `set-face-*' functions.") | 718 `set-face-*' functions.") |
719 (defvar font-lock-preprocessor-face 'font-lock-preprocessor-face | 719 (defvar font-lock-preprocessor-face 'font-lock-preprocessor-face |
720 "This variable should not be set. | |
721 It is present only for horrid FSF compatibility reasons. | |
722 The corresponding face should be set using `edit-faces' or the | |
723 `set-face-*' functions.") | |
724 (defvar font-lock-warning-face 'font-lock-warning-face | |
720 "This variable should not be set. | 725 "This variable should not be set. |
721 It is present only for horrid FSF compatibility reasons. | 726 It is present only for horrid FSF compatibility reasons. |
722 The corresponding face should be set using `edit-faces' or the | 727 The corresponding face should be set using `edit-faces' or the |
723 `set-face-*' functions.") | 728 `set-face-*' functions.") |
724 | 729 |