1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

*** empty log message ***

This commit is contained in:
Lute Kamstra 2005-03-04 14:54:25 +00:00
parent c79ef4bb7d
commit 524352d621
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-03-04 Lute Kamstra <lute@gnu.org>
* emacs-lisp/debug.el (debugger-step-after-exit): Make it a
defvar.
(debug-function-list): Ditto.
2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
* textmodes/texinfmt.el (texinfo-append-refill):

View File

@ -1,3 +1,11 @@
2005-03-04 Lute Kamstra <lute@gnu.org>
* debugging.texi (Error Debugging): Document stack-trace-on-error.
2005-03-03 Lute Kamstra <lute@gnu.org>
* edebug.texi (Instrumenting Macro Calls): Fix typo.
2005-03-01 Lute Kamstra <lute@gnu.org>
* debugging.texi (Debugger Commands): Update `j'.