]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Don't Fset_buffer when testing if
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 15:29:00 +0000 (15:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 15:29:00 +0000 (15:29 +0000)
the buffer is the sole visible buffer when in the mini-buffer.

src/buffer.c

index 77731c42771b13a1a29589075a2f7b106a1c8636..e3f769ab41bf2a7e0acd1b861dd4d9a87215fcb2 100644 (file)
@@ -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;
     }