]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fkill_buffer): Remove unused var `list'.
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:40:27 +0000 (17:40 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 25 May 2003 17:40:27 +0000 (17:40 +0000)
src/buffer.c

index dd3db48cb987ea68d3680b4231fca2310402c4bd..1f5635d7ec27c9676d69c6af3074cfab490ff831 100644 (file)
@@ -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 ());