diff options
author | Dave Love <fx@gnu.org> | 1999-08-10 13:10:39 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-08-10 13:10:39 +0000 |
commit | 00d0fda828dbb5c0a742a4ca2014958c97c6fe48 (patch) | |
tree | 697204beab7ef14ae34ed0b4d09be1ad1d756898 /lisp | |
parent | e30aee93e264629f010d39edd26fbaf7e31a9b1f (diff) | |
download | emacs-00d0fda828dbb5c0a742a4ca2014958c97c6fe48.tar.gz emacs-00d0fda828dbb5c0a742a4ca2014958c97c6fe48.tar.bz2 emacs-00d0fda828dbb5c0a742a4ca2014958c97c6fe48.zip |
(auto-revert-mode): Add autoload cookie.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/autorevert.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/autorevert.el b/lisp/autorevert.el index 149c085dbcb..94cae66c960 100644 --- a/lisp/autorevert.el +++ b/lisp/autorevert.el @@ -89,6 +89,8 @@ Global Auto-Revert Mode applies to all buffers." ;; Variables: +;; Autoload for the benefit of `make-mode-line-mouse-sensitive'. +;;;###autoload (defvar auto-revert-mode nil "*Non-nil when Auto-Revert Mode is active. |