aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 5eace5b96e3..84fdd35a2de 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1292,8 +1292,7 @@ with SIGHUP. */)
1292 } 1292 }
1293 1293
1294 /* Then run the hooks. */ 1294 /* Then run the hooks. */
1295 if (!NILP (Vrun_hooks)) 1295 Frun_hooks (1, &Qkill_buffer_hook);
1296 call1 (Vrun_hooks, Qkill_buffer_hook);
1297 unbind_to (count, Qnil); 1296 unbind_to (count, Qnil);
1298 } 1297 }
1299 1298