]> code.delx.au - gnu-emacs/commitdiff
(Error Debugging): Remove stack-trace-on-error.
authorRichard M. Stallman <rms@gnu.org>
Sat, 5 Mar 2005 13:06:14 +0000 (13:06 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 5 Mar 2005 13:06:14 +0000 (13:06 +0000)
lispref/ChangeLog
lispref/debugging.texi

index a0451009de061fd757be7a0f7ee7da5109c234ad..105fbec9a7d5bffafb745c6b1d7afc20f86ceb7b 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-05  Richard M. Stallman  <rms@gnu.org>
+
+       * debugging.texi (Error Debugging): Remove stack-trace-on-error.
+
 2005-03-04  Lute Kamstra  <lute@gnu.org>
 
        * debugging.texi (Error Debugging): Document stack-trace-on-error.
index 5886138eb55b2270e1c726a40b90b3bcfe0dca47..07dfe18f283835a807bc6c88763393ed1f4cc7c6 100644 (file)
@@ -166,20 +166,6 @@ this:
           (lambda () (setq debug-on-error t)))
 @end example
 
-When the debugger is entered, it shows a backtrace (@pxref{Using
-Debugger}).  If you like to see the backtrace when an error happens,
-but you do not want to enter the debugger, you can set the variable
-@code{stack-trace-on-error} to non-@code{nil}.
-
-@defopt stack-trace-on-error
-This variable determines whether a backtrace buffer is shown when an
-error is signalled and not handled.  If @code{stack-trace-on-error} is
-@code{t}, all kinds of errors display a backtrace; if it is
-@code{nil}, none do.  If the value is a list, an error only means to
-display a backtrace if one of its condition symbols appears in the
-list.
-@end defopt
-
 @node Infinite Loops
 @subsection Debugging Infinite Loops
 @cindex infinite loops