CVS update by vins xemacs/lisp ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Aug 18 12:33:36 EDT 2007


  User: vins    
  Date: 07/08/18 18:33:36

  Modified:    xemacs/lisp ChangeLog font-lock.el
Log:
Add defvar for font-lock-warning face.

Revision  Changes    Path
1.829     +5 -0      XEmacs/xemacs/lisp/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/ChangeLog,v
retrieving revision 1.828
retrieving revision 1.829
diff -u -p -r1.828 -r1.829
--- ChangeLog	2007/08/18 13:38:08	1.828
+++ ChangeLog	2007/08/18 16:33:29	1.829
@@ -1,3 +1,8 @@
+2007-08-16  Vin Shelton  <acs at xemacs.org>
+
+	* font-lock.el: Add defvar for font-lock-warning-face.  Original
+	patch from Hans de Graaff.
+
 2007-08-18  Adrian Aichner  <adrian at xemacs.org>
 
 	* package-get.el (package-get-download-sites): Update mirror sites.



1.32      +5 -0      XEmacs/xemacs/lisp/font-lock.el

Index: font-lock.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/lisp/font-lock.el,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -p -r1.31 -r1.32
--- font-lock.el	2006/11/01 23:14:33	1.31
+++ font-lock.el	2007/08/18 16:33:30	1.32
@@ -721,6 +721,11 @@ The corresponding face should be set usi
 It is present only for horrid FSF compatibility reasons.
 The corresponding face should be set using `edit-faces' or the
 `set-face-*' functions.")
+(defvar font-lock-warning-face 'font-lock-warning-face
+  "This variable should not be set.
+It is present only for horrid FSF compatibility reasons.
+The corresponding face should be set using `edit-faces' or the
+`set-face-*' functions.")
 
 (defconst font-lock-face-list
   '(font-lock-comment-face





More information about the XEmacs-CVS mailing list