From: Gerd Moellmann Date: Tue, 12 Dec 2000 15:29:00 +0000 (+0000) Subject: (Fkill_buffer): Don't Fset_buffer when testing if X-Git-Tag: emacs-pretest-21.0.95~591 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=933bfda1851c31d6afcf850e41858c6e0e765553;p=emacs.git (Fkill_buffer): Don't Fset_buffer when testing if the buffer is the sole visible buffer when in the mini-buffer. --- diff --git a/src/buffer.c b/src/buffer.c index 77731c42771..e3f769ab41b 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1241,7 +1241,6 @@ with SIGHUP.") if (EQ (tem, XWINDOW (minibuf_window)->buffer)) { tem = Fother_buffer (buf, Qnil, Qnil); - Fset_buffer (tem); if (EQ (buf, tem)) return Qnil; }