/[emacs]/emacs/lisp/emacs-lisp/debug.el
ViewVC logotype

Diff of /emacs/lisp/emacs-lisp/debug.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.93 by rms, Sun Jul 10 17:07:19 2005 UTC revision 1.94 by rms, Sun Jul 10 17:19:07 2005 UTC
# Line 150  first will be printed into the backtrace Line 150  first will be printed into the backtrace
150            (debugger-outer-standard-input standard-input)            (debugger-outer-standard-input standard-input)
151            (debugger-outer-standard-output standard-output)            (debugger-outer-standard-output standard-output)
152            (debugger-outer-inhibit-redisplay inhibit-redisplay)            (debugger-outer-inhibit-redisplay inhibit-redisplay)
153            (debugger-outer-cursor-in-echo-area cursor-in-echo-area))            (debugger-outer-cursor-in-echo-area cursor-in-echo-area)
154              (debugger-with-timeout-suspend (with-timeout-suspend)))
155        ;; Set this instead of binding it, so that `q'        ;; Set this instead of binding it, so that `q'
156        ;; will not restore it.        ;; will not restore it.
157        (setq overriding-terminal-local-map nil)        (setq overriding-terminal-local-map nil)
# Line 235  first will be printed into the backtrace Line 236  first will be printed into the backtrace
236                      ;; Drew Adams.  --Stef                      ;; Drew Adams.  --Stef
237                      (quit-window))))                      (quit-window))))
238              (kill-buffer debugger-buffer))              (kill-buffer debugger-buffer))
239              (with-timeout-unsuspend debugger-with-timeout-suspend)
240            (set-match-data debugger-outer-match-data)))            (set-match-data debugger-outer-match-data)))
241        ;; Put into effect the modified values of these variables        ;; Put into effect the modified values of these variables
242        ;; in case the user set them with the `e' command.        ;; in case the user set them with the `e' command.

Legend:
Removed from v.1.93  
changed lines
  Added in v.1.94

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26