aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorStefan Monnier2003-05-25 17:40:27 +0000
committerStefan Monnier2003-05-25 17:40:27 +0000
commit2664c0bc59d0c613882649ca31ef27c50dd9901c (patch)
tree44ba1605dd2671443a9e12e009037cda9995aa92 /src/buffer.c
parentacf5f7d34e69ac5278369aaa19835a87d5fa0943 (diff)
downloademacs-2664c0bc59d0c613882649ca31ef27c50dd9901c.tar.gz
emacs-2664c0bc59d0c613882649ca31ef27c50dd9901c.zip
(Fkill_buffer): Remove unused var `list'.
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 ());