diff options
| author | Roland McGrath | 1994-01-09 23:22:30 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-01-09 23:22:30 +0000 |
| commit | 1476977314f4177735ad92e667ca689731fbd7c3 (patch) | |
| tree | 7847d8a4926235ea4f96e92a7ce4510e3b8c1b05 | |
| parent | 35cf010db626c602e1a7ee63659f7bbdc930c029 (diff) | |
| download | emacs-1476977314f4177735ad92e667ca689731fbd7c3.tar.gz emacs-1476977314f4177735ad92e667ca689731fbd7c3.zip | |
(debug): Fixed typo.
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 717b1aceb83..1cbaf646a5d 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | ;;; debug.el --- debuggers and related commands for Emacs | 1 | ;;; debug.el --- debuggers and related commands for Emacs |
| 2 | 2 | ||
| 3 | ;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. | 3 | ;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Maintainer: FSF | 5 | ;; Maintainer: FSF |
| 6 | ;; Keywords: lisp, tools, maint | 6 | ;; Keywords: lisp, tools, maint |
| @@ -153,7 +153,7 @@ first will be printed into the backtrace buffer." | |||
| 153 | (setq last-event-frame debugger-outer-last-event-frame) | 153 | (setq last-event-frame debugger-outer-last-event-frame) |
| 154 | (setq standard-input debugger-outer-standard-input) | 154 | (setq standard-input debugger-outer-standard-input) |
| 155 | (setq standard-output debugger-outer-standard-output) | 155 | (setq standard-output debugger-outer-standard-output) |
| 156 | (setq cursor-in-echo-area debugger-outer-cursor-in-echo-area)) | 156 | (setq cursor-in-echo-area debugger-outer-cursor-in-echo-area) |
| 157 | (setq debug-on-next-call debugger-step-after-exit) | 157 | (setq debug-on-next-call debugger-step-after-exit) |
| 158 | debugger-value)) | 158 | debugger-value)) |
| 159 | 159 | ||