diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-01-17 21:24:46 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2005-01-17 21:24:46 +0000 |
commit | 67476fca4fbf43b7045df65c91ffe860b99124e2 (patch) | |
tree | 04a6246ea439b384b70189e3008ce0a53ca854a2 /lisp/hilit-chg.el | |
parent | 6455508dc3eb01373365d9a81d769820e674cae7 (diff) | |
download | emacs-67476fca4fbf43b7045df65c91ffe860b99124e2.tar.gz |
(highlight-changes-mode): Don't autoload.
Diffstat (limited to 'lisp/hilit-chg.el')
-rw-r--r-- | lisp/hilit-chg.el | 6 |
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 |