summaryrefslogtreecommitdiff
path: root/lisp/hilit-chg.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2005-01-17 21:24:46 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2005-01-17 21:24:46 +0000
commitbe0b620db95eb640c0335ec763c5a20a778f4347 (patch)
tree522002f1e81f67ad2bf42331c582848006279fe8 /lisp/hilit-chg.el
parent0f46de5770f9f7d4526f6d983caa244ac2c2bc9d (diff)
downloademacs-be0b620db95eb640c0335ec763c5a20a778f4347.tar.gz
(highlight-changes-mode): Don't autoload.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r--lisp/hilit-chg.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/hilit-chg.el b/lisp/hilit-chg.el
index 6c2c7e26ea0..f670079e7d7 100644
--- a/lisp/hilit-chg.el
+++ b/lisp/hilit-chg.el
@@ -1,6 +1,6 @@
;;; hilit-chg.el --- minor mode displaying buffer changes with special face
-;; Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 2000, 2005 Free Software Foundation, Inc.
;; Author: Richard Sharman <rsharman@pobox.com>
;; Keywords: faces
@@ -392,8 +392,6 @@ 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 " ??")
@@ -1163,5 +1161,5 @@ from `global-highlight-changes' when turning on global Highlight Changes mode."
(provide 'hilit-chg)
-;;; arch-tag: de00301d-5bad-44da-aa82-e0e010b0c463
+;; arch-tag: de00301d-5bad-44da-aa82-e0e010b0c463
;;; hilit-chg.el ends here