diff options
author | Lute Kamstra <lute@gnu.org> | 2005-03-01 09:09:41 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-03-01 09:09:41 +0000 |
commit | a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15 (patch) | |
tree | cc40fc06a6a1d73fe90bd54be920b055457b06aa /lisp | |
parent | 07f3fdb1d14cef5b1f59a322e0587e5c9526a749 (diff) | |
download | emacs-a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15.tar.gz emacs-a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15.tar.bz2 emacs-a9ee5cacaf47ca48e8d70c9dd38d208c2ad27f15.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2805625fe66..ad00e119abd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2005-03-01 Lute Kamstra <lute@gnu.org> + + * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure + that debug-entry-code can be safely removed from a function while + this code is being evaluated. Revert the 2005-02-27 change as the + new implementation no longer requires it. Make sure that a + function body containing just a string is not mistaken for a + docstring. + 2005-02-28 Kim F. Storm <storm@cua.dk> * double.el (double-translate-key): Call force-window-update after |