From: Gerd Moellmann Date: Mon, 26 Mar 2001 11:13:47 +0000 (+0000) Subject: (global-auto-revert-non-file-buffers): Remove X-Git-Tag: emacs-pretest-21.0.101~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf2150fa223aafd3e9d352503594b097dc6a1a04;p=emacs.git (global-auto-revert-non-file-buffers): Remove duplicate defcustom. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7730044ade2..23e8d532fc5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-03-26 Gerd Moellmann + + * autorevert.el (global-auto-revert-non-file-buffers): Remove + duplicate defcustom. + 2001-03-26 Miles Bader * 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 @@ ;;; 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 ;; 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