aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-19 11:03:14 +0000
committerGerd Moellmann2000-09-19 11:03:14 +0000
commitafd3c8cd425c511dbc274f430c5c1488bc1b5c8b (patch)
tree854a6ae7994ba13c938d74335ec7aaf03a5535e9 /lisp/ChangeLog
parent1af25534b33829f03d79d49b61341f59db2fbcd2 (diff)
downloademacs-afd3c8cd425c511dbc274f430c5c1488bc1b5c8b.tar.gz
emacs-afd3c8cd425c511dbc274f430c5c1488bc1b5c8b.zip
(font-lock-mode): Change message telling the user
that ``the buffer is too big''.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a59fdfeb6d..02250524116 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12000-09-19 Gerd Moellmann <gerd@gnu.org> 12000-09-19 Gerd Moellmann <gerd@gnu.org>
2 2
3 * font-lock.el (font-lock-mode): Change message telling the user
4 that ``the buffer is too big''.
5
3 * dired.el (dired-font-lock-keywords): Allow tabs and spaces, 6 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
4 for instance for the case that tab-width is 2. 7 for instance for the case that tab-width is 2.
5 8