/[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.495 by lorentey, Wed Nov 30 13:18:56 2005 UTC revision 1.496 by raeburn, Tue Dec 6 07:37:47 2005 UTC
# Line 1359  with SIGHUP.  */) Line 1359  with SIGHUP.  */)
1359      /* First run the query functions; if any query is answered no,      /* First run the query functions; if any query is answered no,
1360         don't kill the buffer.  */         don't kill the buffer.  */
1361      arglist[0] = Qkill_buffer_query_functions;      arglist[0] = Qkill_buffer_query_functions;
1362      if (NILP (Frun_hook_with_args_until_failure (1, arglist)))      tem = Frun_hook_with_args_until_failure (1, arglist);
1363        if (NILP (tem))
1364        return unbind_to (count, Qnil);        return unbind_to (count, Qnil);
1365    
1366      /* Then run the hooks.  */      /* Then run the hooks.  */

Legend:
Removed from v.1.495  
changed lines
  Added in v.1.496

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