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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/autorevert.el
Date: Wed, 09 Feb 2005 10:51:00 -0500

Index: emacs/lisp/autorevert.el
diff -c emacs/lisp/autorevert.el:1.42 emacs/lisp/autorevert.el:1.43
*** emacs/lisp/autorevert.el:1.42       Thu Dec 30 23:27:23 2004
--- emacs/lisp/autorevert.el    Wed Feb  9 15:50:43 2005
***************
*** 174,180 ****
  \(When the string is not empty, make sure that it has a leading space.)"
    :group 'auto-revert
    :type 'string
!   :version "21.4")
  
  (defcustom auto-revert-mode-hook nil
    "Functions to run when Auto-Revert Mode is activated."
--- 174,180 ----
  \(When the string is not empty, make sure that it has a leading space.)"
    :group 'auto-revert
    :type 'string
!   :version "22.1")
  
  (defcustom auto-revert-mode-hook nil
    "Functions to run when Auto-Revert Mode is activated."
***************
*** 243,249 ****
  buffers.  CPU usage depends on the version control system"
    :group 'auto-revert
    :type 'boolean
!   :version "21.4")
  
  (defvar global-auto-revert-ignore-buffer nil
    "*When non-nil, Global Auto-Revert Mode will not revert this buffer.
--- 243,249 ----
  buffers.  CPU usage depends on the version control system"
    :group 'auto-revert
    :type 'boolean
!   :version "22.1")
  
  (defvar global-auto-revert-ignore-buffer nil
    "*When non-nil, Global Auto-Revert Mode will not revert this buffer.




reply via email to

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