]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLute Kamstra <lute@gnu.org>
Fri, 4 Mar 2005 14:54:25 +0000 (14:54 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 4 Mar 2005 14:54:25 +0000 (14:54 +0000)
lisp/ChangeLog
lispref/ChangeLog

index edc07418f3ad671a46a9c3cae81805387411aff9..fbed08f2828c00485cdcab99533d484c0b5e7001 100644 (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):
index b167ecdb405448ee2c12cdcc7fac731a1a08aaff..a0451009de061fd757be7a0f7ee7da5109c234ad 100644 (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'.