summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-06-19 14:24:07 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-06-19 14:24:07 +0000
commit635de3bbbf3b6a7a15ff0fe5f57e4e8f5cf5278f (patch)
treef9c8a27202fb75b8b5bb1bb0e47d353290d7e9fe
parent347437a5dcbdd4c5606b1ecdbe9ed90dab3d3e12 (diff)
downloademacs-635de3bbbf3b6a7a15ff0fe5f57e4e8f5cf5278f.tar.gz
Reference bug number in last Changelog entry
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5d4b3c56040..9953b4f3b2f 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,7 +2,7 @@
* font-core.el (turn-on-font-lock-if-desired): Correctly handle
the case where font-lock-global-modes is a list that doesn't begin
- with `not'.
+ with `not' (Bug#3611).
2009-06-19 Glenn Morris <rgm@gnu.org>