summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2007-06-11 21:57:11 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2007-06-11 21:57:11 +0000
commit72fa3278be1baf255a3027229e28d3574f17601e (patch)
tree234390daacde53806f3936078456d448f887f2e5 /admin
parent3a07a00bbf3ae87a87ae54a0336f574b67d45da9 (diff)
downloademacs-72fa3278be1baf255a3027229e28d3574f17601e.tar.gz
(font-lock-add-keywords): In case font-lock was only
half-activated, forcefully activate it completely.
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE26
1 files changed, 0 insertions, 26 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index fe226fc7d9e..0f8bd0c4420 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -36,32 +36,6 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem.
* 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