From: Dave Love Date: Wed, 2 Feb 2000 13:55:46 +0000 (+0000) Subject: (global-auto-revert-mode): Add autoload cookie. X-Git-Tag: emacs-pretest-21.0.90~5130 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ea3b61f7e35c691e00df8522d1cea9ae6ccda68;p=emacs.git (global-auto-revert-mode): Add autoload cookie. --- diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 233c3b524ce..9af8c6ce1ca 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -97,6 +97,7 @@ Global Auto-Revert Mode applies to all buffers." Never set this variable directly, use the command `auto-revert-mode' instead.") +;;;###autoload (defcustom global-auto-revert-mode nil "When on, buffers are automatically reverted when files on disk change.