aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-06-19 14:22:39 +0000
committerChong Yidong2009-06-19 14:22:39 +0000
commit347437a5dcbdd4c5606b1ecdbe9ed90dab3d3e12 (patch)
tree74ddee726d33ded63fa2439aeb751f87fa54f67c /lisp/ChangeLog
parentec7709ba14fdd45eb62ad88a233285a0147fc37c (diff)
downloademacs-347437a5dcbdd4c5606b1ecdbe9ed90dab3d3e12.tar.gz
emacs-347437a5dcbdd4c5606b1ecdbe9ed90dab3d3e12.zip
* 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'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b91985ed3e..5d4b3c56040 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12009-06-19 David Casperson <casper@unbc.ca> (tiny change)
2
3 * font-core.el (turn-on-font-lock-if-desired): Correctly handle
4 the case where font-lock-global-modes is a list that doesn't begin
5 with `not'.
6
12009-06-19 Glenn Morris <rgm@gnu.org> 72009-06-19 Glenn Morris <rgm@gnu.org>
2 8
3 * subr.el (open-network-stream): Doc fix. 9 * subr.el (open-network-stream): Doc fix.