Mercurial > emacs
changeset 21096:712fd7860b32
(makefile-browser-quit): Use quit-window.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 08 Mar 1998 00:21:26 +0000 |
parents | f557f5e4137f |
children | eb3dc7ea93c2 |
files | lisp/progmodes/make-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/make-mode.el Sun Mar 08 00:20:56 1998 +0000 +++ b/lisp/progmodes/make-mode.el Sun Mar 08 00:21:26 1998 +0000 @@ -1100,7 +1100,7 @@ (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))) ;;;