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
commit16a8c3da95cd953319f6349793b00ce8519bf1dc (patch)
treef45139b33fff6c6b31b85b46a81621464da6bf1d
parent8985f68b1d691e14b37db989194e23fb6b71dac8 (diff)
downloademacs-16a8c3da95cd953319f6349793b00ce8519bf1dc.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 0f7be48ab4b..014ff0c60ee 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>