From 933bfda1851c31d6afcf850e41858c6e0e765553 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 12 Dec 2000 15:29:00 +0000 Subject: [PATCH] (Fkill_buffer): Don't Fset_buffer when testing if the buffer is the sole visible buffer when in the mini-buffer. --- src/buffer.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.39.2