Mercurial > emacs
changeset 36992:55fdf25cbb27
(global-auto-revert-non-file-buffers): Remove
duplicate defcustom.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 26 Mar 2001 11:13:14 +0000 |
parents | 92f1f1aa52c7 |
children | 3058185688f5 |
files | lisp/autorevert.el |
diffstat | 1 files changed, 1 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/autorevert.el Mon Mar 26 07:20:09 2001 +0000 +++ b/lisp/autorevert.el Mon Mar 26 11:13:14 2001 +0000 @@ -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 @@ :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