aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-09 00:31:58 +0000
committerRichard M. Stallman2002-01-09 00:31:58 +0000
commitf3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437 (patch)
tree1100218d542f660958bcbdc13857bca44135513a /lisp/ChangeLog
parente3b2eba1b6fd0af559d597a9b1832678b10db4e3 (diff)
downloademacs-f3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437.tar.gz
emacs-f3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437.zip
(regexp-opt): Bind max-specpdl-size.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d7666677abc..01dd7bff8c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12002-01-08 Richard M. Stallman <rms@gnu.org> 12002-01-08 Richard M. Stallman <rms@gnu.org>
2 2
3 * emacs-lisp/regexp-opt.el (regexp-opt): Bind max-specpdl-size.
4
3 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type. 5 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Fix custom type.
4 6
5 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type. 7 * textmodes/flyspell.el (flyspell-mode-line-string): Fix custom type.