]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-auto-revert-non-file-buffers): Remove
authorGerd Moellmann <gerd@gnu.org>
Mon, 26 Mar 2001 11:13:47 +0000 (11:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 26 Mar 2001 11:13:47 +0000 (11:13 +0000)
duplicate defcustom.

lisp/ChangeLog
lisp/autorevert.el

index 7730044ade28994bbc3388aa26cc47558bdd8db7..23e8d532fc5a0bb7b6f5ac662b9754e2319b17b5 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-26  Gerd Moellmann  <gerd@gnu.org>
+
+       * autorevert.el (global-auto-revert-non-file-buffers): Remove
+       duplicate defcustom.
+
 2001-03-26  Miles Bader  <miles@gnu.org>
 
        * international/latin1-disp.el (latin1-char-displayable-p): Add
index 9af8c6ce1ca0f9423f849b8098be14f23131766e..9ac33c30f6528169d227ca4018c812e189844b2f 100644 (file)
@@ -1,6 +1,6 @@
 ;;; autorevert --- revert buffers when files on disk change
 
-;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc.
+;; Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
 
 ;; Author: Anders Lindgren <andersl@andersl.com>
 ;; Keywords: convenience
@@ -164,16 +164,6 @@ When non-nil, both file buffers and buffers with a custom
   :group 'auto-revert
   :type 'boolean)
 
-(defcustom global-auto-revert-non-file-buffers nil
-  "When nil only file buffers are reverted by Global Auto-Revert Mode.
-
-When non-nil, both file buffers and buffers with a custom
-`revert-buffer-function' are reverted by Global Auto-Revert Mode.
-
-Use this option with care since it could lead to excessive reverts."
-  :group 'auto-revert
-  :type 'boolean)
-
 (defcustom global-auto-revert-ignore-modes '()
   "List of major modes Global Auto-Revert Mode should not check."
   :group 'auto-revert