aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/buffer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 77731c4277..e3f769ab41 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;
}