aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/autorevert.el12
2 files changed, 6 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7730044ade2..23e8d532fc5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12001-03-26 Gerd Moellmann <gerd@gnu.org>
2
3 * autorevert.el (global-auto-revert-non-file-buffers): Remove
4 duplicate defcustom.
5
12001-03-26 Miles Bader <miles@gnu.org> 62001-03-26 Miles Bader <miles@gnu.org>
2 7
3 * international/latin1-disp.el (latin1-char-displayable-p): Add 8 * international/latin1-disp.el (latin1-char-displayable-p): Add
diff --git a/lisp/autorevert.el b/lisp/autorevert.el
index 9af8c6ce1ca..9ac33c30f65 100644
--- a/lisp/autorevert.el
+++ b/lisp/autorevert.el
@@ -1,6 +1,6 @@
1;;; autorevert --- revert buffers when files on disk change 1;;; autorevert --- revert buffers when files on disk change
2 2
3;; Copyright (C) 1997, 1998, 1999 Free Software Foundation, Inc. 3;; Copyright (C) 1997, 1998, 1999, 2001 Free Software Foundation, Inc.
4 4
5;; Author: Anders Lindgren <andersl@andersl.com> 5;; Author: Anders Lindgren <andersl@andersl.com>
6;; Keywords: convenience 6;; Keywords: convenience
@@ -164,16 +164,6 @@ When non-nil, both file buffers and buffers with a custom
164 :group 'auto-revert 164 :group 'auto-revert
165 :type 'boolean) 165 :type 'boolean)
166 166
167(defcustom global-auto-revert-non-file-buffers nil
168 "When nil only file buffers are reverted by Global Auto-Revert Mode.
169
170When non-nil, both file buffers and buffers with a custom
171`revert-buffer-function' are reverted by Global Auto-Revert Mode.
172
173Use this option with care since it could lead to excessive reverts."
174 :group 'auto-revert
175 :type 'boolean)
176
177(defcustom global-auto-revert-ignore-modes '() 167(defcustom global-auto-revert-ignore-modes '()
178 "List of major modes Global Auto-Revert Mode should not check." 168 "List of major modes Global Auto-Revert Mode should not check."
179 :group 'auto-revert 169 :group 'auto-revert