aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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 }