emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.c


From: Ken Raeburn
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Tue, 06 Dec 2005 02:37:48 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.495 emacs/src/buffer.c:1.496
*** emacs/src/buffer.c:1.495    Wed Nov 30 13:18:56 2005
--- emacs/src/buffer.c  Tue Dec  6 07:37:47 2005
***************
*** 1359,1365 ****
      /* First run the query functions; if any query is answered no,
         don't kill the buffer.  */
      arglist[0] = Qkill_buffer_query_functions;
!     if (NILP (Frun_hook_with_args_until_failure (1, arglist)))
        return unbind_to (count, Qnil);
  
      /* Then run the hooks.  */
--- 1359,1366 ----
      /* First run the query functions; if any query is answered no,
         don't kill the buffer.  */
      arglist[0] = Qkill_buffer_query_functions;
!     tem = Frun_hook_with_args_until_failure (1, arglist);
!     if (NILP (tem))
        return unbind_to (count, Qnil);
  
      /* Then run the hooks.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]