diff options
author | Dave Love <fx@gnu.org> | 1999-09-03 23:12:57 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 1999-09-03 23:12:57 +0000 |
commit | aaaecdf3ead00fd305a42183db43aeca9a2937f6 (patch) | |
tree | 737f1c56961ece943885df6c5bd893d2d283b1ee | |
parent | 433d333d70779dbe1928bd4c29aa49f9c114c199 (diff) | |
download | emacs-aaaecdf3ead00fd305a42183db43aeca9a2937f6.tar.gz emacs-aaaecdf3ead00fd305a42183db43aeca9a2937f6.tar.bz2 emacs-aaaecdf3ead00fd305a42183db43aeca9a2937f6.zip |
(highlight-changes-mode): Add autoload cookie for variable.
-rw-r--r-- | lisp/hilit-chg.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el index 2d84ee68fa0..c7a0586aa44 100644 --- a/lisp/hilit-chg.el +++ b/lisp/hilit-chg.el @@ -399,6 +399,8 @@ Otherwise, this list will be constructed when needed from ;; These shouldn't be changed! +;; Autoload for the benefit of `make-mode-line-mouse-sensitive'. +;;;###autoload (defvar highlight-changes-mode nil) (defvar hilit-chg-list nil) (defvar hilit-chg-string " ??") |