emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el
Date: Tue, 15 Jun 2004 21:33:15 -0400

Index: emacs/lisp/files.el
diff -c emacs/lisp/files.el:1.703 emacs/lisp/files.el:1.704
*** emacs/lisp/files.el:1.703   Sun Jun 13 21:28:38 2004
--- emacs/lisp/files.el Wed Jun 16 01:31:13 2004
***************
*** 3480,3486 ****
  The idea behind the NOCONFIRM argument is that it should be
  non-nil if the buffer is going to be reverted without asking the
  user.  In such situations, one has to be careful with potentially
! time consuming operations.")
  
  (defvar before-revert-hook nil
    "Normal hook for `revert-buffer' to run before reverting.
--- 3480,3489 ----
  The idea behind the NOCONFIRM argument is that it should be
  non-nil if the buffer is going to be reverted without asking the
  user.  In such situations, one has to be careful with potentially
! time consuming operations.
! 
! For more information on how this variable is used by Auto Revert mode,
! see Info node `(emacs-xtra)Supporting additional buffers'.")
  
  (defvar before-revert-hook nil
    "Normal hook for `revert-buffer' to run before reverting.




reply via email to

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