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 dd3db48cb98..1f5635d7ec2 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1303,7 +1303,6 @@ with SIGHUP. */)
1303 /* Run hooks with the buffer to be killed the current buffer. */ 1303 /* Run hooks with the buffer to be killed the current buffer. */
1304 { 1304 {
1305 int count = SPECPDL_INDEX (); 1305 int count = SPECPDL_INDEX ();
1306 Lisp_Object list;
1307 Lisp_Object arglist[1]; 1306 Lisp_Object arglist[1];
1308 1307
1309 record_unwind_protect (save_excursion_restore, save_excursion_save ()); 1308 record_unwind_protect (save_excursion_restore, save_excursion_save ());