1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(edebug-display): Don't go to edebug-outside-buffer if it is dead.

This commit is contained in:
Richard M. Stallman 2007-03-28 13:24:21 +00:00
parent 38acf670fb
commit 5757788464
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-03-28 Richard Stallman <rms@gnu.org>
* emacs-lisp/edebug.el (edebug-display): Don't go to
edebug-outside-buffer if it is dead.
2007-03-28 Juanma Barranquero <lekktu@gmail.com>
* view.el (view-mode): Fix typos in docstring.

View file

@ -2755,7 +2755,8 @@ MSG is printed after `::::} '."
) ; if edebug-save-windows
;; Restore current buffer always, in case application needs it.
(set-buffer edebug-outside-buffer)
(if (buffer-name edebug-outside-buffer)
(set-buffer edebug-outside-buffer))
;; Restore point, and mark.
;; Needed even if restoring windows because
;; that doesn't restore point and mark in the current buffer.