From: Richard M. Stallman Date: Sun, 8 Mar 1998 00:21:26 +0000 (+0000) Subject: (makefile-browser-quit): Use quit-window. X-Git-Tag: emacs-20.3~1978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5904765365b8e2339df75bf26833c013eb3e3f4a;p=emacs.git (makefile-browser-quit): Use quit-window. --- diff --git a/lisp/progmodes/make-mode.el b/lisp/progmodes/make-mode.el index 715524439ec..54fd5983025 100644 --- a/lisp/progmodes/make-mode.el +++ b/lisp/progmodes/make-mode.el @@ -1100,7 +1100,7 @@ definition and conveniently use this command." (let ((my-client makefile-browser-client)) (setq makefile-browser-client nil) ; we quitted, so NO client! (set-buffer-modified-p nil) - (kill-buffer (current-buffer)) + (quit-window t) (pop-to-buffer my-client))) ;;;