Mercurial > emacs
changeset 60330:cc5cbe6d0463
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 01 Mar 2005 13:02:37 +0000 |
parents | d913e02f38ae |
children | 9d9eca6f4905 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Mar 01 13:00:30 2005 +0000 +++ b/lisp/ChangeLog Tue Mar 01 13:02:37 2005 +0000 @@ -35,6 +35,12 @@ new implementation no longer requires it. Make sure that a function body containing just a string is not mistaken for a docstring. + (debug): Skip one more frame in case of debug on entry. + (debugger-setup-buffer): Delete one more frame line in case of + debug on entry. + (debugger-frame-number): Update to use the new text introduced by + the 1999-11-03 change. Skip one more frame in case of debug on + entry. 2005-02-28 Kim F. Storm <storm@cua.dk>