# HG changeset patch # User Roland McGrath # Date 758157750 0 # Node ID a908c6a5d8dad04b1e669eb9593d96921a716041 # Parent ab9c9a611b5ae8cc5ffe929647c2b6ccb8a31b4c (debug): Fixed typo. diff -r ab9c9a611b5a -r a908c6a5d8da lisp/emacs-lisp/debug.el --- 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))