]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-auto-revert-mode): Add autoload cookie.
authorDave Love <fx@gnu.org>
Wed, 2 Feb 2000 13:55:46 +0000 (13:55 +0000)
committerDave Love <fx@gnu.org>
Wed, 2 Feb 2000 13:55:46 +0000 (13:55 +0000)
lisp/autorevert.el

index 233c3b524ce811c148f081cc6ecec8cbe37aa0d4..9af8c6ce1ca0f9423f849b8098be14f23131766e 100644 (file)
@@ -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.