/[emacs]/emacs/src/buffer.c
ViewVC logotype

Diff of /emacs/src/buffer.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.374 by rms, Wed Nov 14 00:06:50 2001 UTC revision 1.375 by rms, Mon Nov 26 00:07:17 2001 UTC
# Line 1292  with SIGHUP.  */) Line 1292  with SIGHUP.  */)
1292        }        }
1293    
1294      /* Then run the hooks.  */      /* Then run the hooks.  */
1295      if (!NILP (Vrun_hooks))      Frun_hooks (1, &Qkill_buffer_hook);
       call1 (Vrun_hooks, Qkill_buffer_hook);  
1296      unbind_to (count, Qnil);      unbind_to (count, Qnil);
1297    }    }
1298    

Legend:
Removed from v.1.374  
changed lines
  Added in v.1.375

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26