emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el
Date: Tue, 15 Jun 2004 18:05:10 -0400

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.31 emacs/lisp/autorevert.el:1.32
*** emacs/lisp/autorevert.el:1.31       Sun May 30 21:46:34 2004
--- emacs/lisp/autorevert.el    Tue Jun 15 22:03:33 2004
***************
*** 185,193 ****
  buffer needs updating may be imperfect, due to efficiency
  considerations, and may not take all information listed in the
  buffer into account.  Hence, a non-nil value for this option does
! not necessarily make manual updates useless for non-file buffers."
    :group 'auto-revert
!   :type 'boolean)
  
  (defcustom global-auto-revert-ignore-modes '()
    "List of major modes Global Auto-Revert Mode should not check."
--- 185,197 ----
  buffer needs updating may be imperfect, due to efficiency
  considerations, and may not take all information listed in the
  buffer into account.  Hence, a non-nil value for this option does
! not necessarily make manual updates useless for non-file buffers.
! 
! To find out to which buffers this option currently applies, as
! well as for further details, see Info node `(emacs-xtra)Autorevert'."
    :group 'auto-revert
!   :type 'boolean
!   :link '(info-link "(emacs-xtra)Autorevert"))
  
  (defcustom global-auto-revert-ignore-modes '()
    "List of major modes Global Auto-Revert Mode should not check."




reply via email to

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