changeset 45761:65b3d2289a42

*** empty log message ***
author Colin Walters <walters@gnu.org>
date Wed, 12 Jun 2002 04:54:30 +0000
parents 1c3acb603967
children 49930c2c45ca
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 12 04:51:07 2002 +0000
+++ b/lisp/ChangeLog	Wed Jun 12 04:54:30 2002 +0000
@@ -6,6 +6,20 @@
 	font-lock-set-defaults-1.
 	(turn-on-font-lock-if-enabled): Always turn on font-lock unless it
 	is specifically excluded by the user.
+	
+	* font-lock.el (font-lock-set-defaults-1): Set variable alist here.
+	
+	* help-mode.el (help-mode): Don't set `font-lock-defaults'.
+	
+	* ibuffer.el (ibuffer-mode): Don't set `font-lock-defaults'.
+	
+	* info.el (Info-mode): Don't set `font-lock-defaults'.
+	
+	* replace.el (occur-mode): Don't set `font-lock-defaults'.
+
+	* help-mode.el (help-highlight-p, help-highlight-face): Variable
+	was unused; deleted.
+	(help-make-xrefs): Doc fix.
 
 2002-06-11  Richard M. Stallman  <rms@gnu.org>