]> code.delx.au - gnu-emacs/commitdiff
(makefile-browser-quit): Use quit-window.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:21:26 +0000 (00:21 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Mar 1998 00:21:26 +0000 (00:21 +0000)
lisp/progmodes/make-mode.el

index 715524439ec718188ae04e5155b974bf5f952d48..54fd59830259717b162c3b790a08353cda166797 100644 (file)
@@ -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)))
 
 ;;;