Mercurial > emacs
changeset 5545:a908c6a5d8da
(debug): Fixed typo.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Sun, 09 Jan 1994 23:22:30 +0000 |
parents | ab9c9a611b5a |
children | 19618ce9a103 |
files | lisp/emacs-lisp/debug.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el Sun Jan 09 23:11:56 1994 +0000 +++ b/lisp/emacs-lisp/debug.el Sun Jan 09 23:22:30 1994 +0000 @@ -1,6 +1,6 @@ ;;; debug.el --- debuggers and related commands for Emacs -;; Copyright (C) 1985, 1986 Free Software Foundation, Inc. +;; Copyright (C) 1985, 1986, 1994 Free Software Foundation, Inc. ;; Maintainer: FSF ;; Keywords: lisp, tools, maint @@ -153,7 +153,7 @@ (setq last-event-frame debugger-outer-last-event-frame) (setq standard-input debugger-outer-standard-input) (setq standard-output debugger-outer-standard-output) - (setq cursor-in-echo-area debugger-outer-cursor-in-echo-area)) + (setq cursor-in-echo-area debugger-outer-cursor-in-echo-area) (setq debug-on-next-call debugger-step-after-exit) debugger-value))