diff options
| author | Gerd Moellmann | 2000-12-12 15:29:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-12 15:29:00 +0000 |
| commit | 933bfda1851c31d6afcf850e41858c6e0e765553 (patch) | |
| tree | 131e18d454a3d3e87b1ccbdae569c955601d187a /src/buffer.c | |
| parent | 6e080e4b24ab7869d1f83843c03a69458a9e9635 (diff) | |
| download | emacs-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.c | 1 |
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 | } |