diff options
| author | Richard M. Stallman | 2002-01-09 00:31:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-09 00:31:58 +0000 |
| commit | f3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437 (patch) | |
| tree | 1100218d542f660958bcbdc13857bca44135513a /lisp/ChangeLog | |
| parent | e3b2eba1b6fd0af559d597a9b1832678b10db4e3 (diff) | |
| download | emacs-f3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437.tar.gz emacs-f3bd3e5ff1888a4cef074c2ad0a3fa3de4c4e437.zip | |
(regexp-opt): Bind max-specpdl-size.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 2 |
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 @@ | |||
| 1 | 2002-01-08 Richard M. Stallman <rms@gnu.org> | 1 | 2002-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. |