summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2003-05-25 17:40:27 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2003-05-25 17:40:27 +0000
commit2664c0bc59d0c613882649ca31ef27c50dd9901c (patch)
tree44ba1605dd2671443a9e12e009037cda9995aa92
parentacf5f7d34e69ac5278369aaa19835a87d5fa0943 (diff)
downloademacs-2664c0bc59d0c613882649ca31ef27c50dd9901c.tar.gz
emacs-2664c0bc59d0c613882649ca31ef27c50dd9901c.tar.bz2
emacs-2664c0bc59d0c613882649ca31ef27c50dd9901c.zip
(Fkill_buffer): Remove unused var `list'.
-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. */)
/* Run hooks with the buffer to be killed the current buffer. */
{
int count = SPECPDL_INDEX ();
- Lisp_Object list;
Lisp_Object arglist[1];
record_unwind_protect (save_excursion_restore, save_excursion_save ());