aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-12 15:29:00 +0000
committerGerd Moellmann2000-12-12 15:29:00 +0000
commit933bfda1851c31d6afcf850e41858c6e0e765553 (patch)
tree131e18d454a3d3e87b1ccbdae569c955601d187a /src/buffer.c
parent6e080e4b24ab7869d1f83843c03a69458a9e9635 (diff)
downloademacs-933bfda1851c31d6afcf850e41858c6e0e765553.tar.gz
emacs-933bfda1851c31d6afcf850e41858c6e0e765553.zip
(Fkill_buffer): Don't Fset_buffer when testing if
the buffer is the sole visible buffer when in the mini-buffer.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
1 files changed, 0 insertions, 1 deletions
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.")
1241 if (EQ (tem, XWINDOW (minibuf_window)->buffer)) 1241 if (EQ (tem, XWINDOW (minibuf_window)->buffer))
1242 { 1242 {
1243 tem = Fother_buffer (buf, Qnil, Qnil); 1243 tem = Fother_buffer (buf, Qnil, Qnil);
1244 Fset_buffer (tem);
1245 if (EQ (buf, tem)) 1244 if (EQ (buf, tem))
1246 return Qnil; 1245 return Qnil;
1247 } 1246 }