diff admin/FOR-RELEASE @ 78000:4d83e9f9b01e

(font-lock-add-keywords): In case font-lock was only half-activated, forcefully activate it completely.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Mon, 11 Jun 2007 21:57:11 +0000
parents e70e9b06760f
children 419303d2f258
line wrap: on
line diff
--- a/admin/FOR-RELEASE	Mon Jun 11 15:46:12 2007 +0000
+++ b/admin/FOR-RELEASE	Mon Jun 11 21:57:11 2007 +0000
@@ -36,32 +36,6 @@
 
 * BUGS
 
-** hi-lock-mode doesn't always turn on font-lock-mode-internal
-
-From: Alan Mackenzie <acm@muc.de>
-Subject: hi-lock-mode doesn't work with emacs -Q.
-Message-ID: <20070607092651.GA1710@muc.de>
-
-Start emacs -Q.  (Emacs 22.1, of course).  Visit a new file with:
-
-    C-x C-f foo.txt
-
-.  Type this:
-
-    This file is foo.txt.
-
-.  Enable hi-lock-mode and make "foo" a highlightable pattern:
-
-    M-x hi-lock-mode
-    C-x w h foo<CR><CR>    ; accept the default hi-yellow face.
-
-.  This highlights the "foo" yellow, as expected.  At the end of the
-line, type:
-
-    foo
-
-.  This new "foo" doesn't get highlighted.  It should be.
-
 * FIXES FOR EMACS 22.2
 
 Here we list small fixes that arrived too late for Emacs 22.1, but