aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/hi-lock.el
diff options
context:
space:
mode:
authorMarkus Rost <[email protected]>2002-11-12 00:10:23 +0000
committerMarkus Rost <[email protected]>2002-11-12 00:10:23 +0000
commit007f562826e8aaa8dc87d05c77d6645d74710205 (patch)
treeed4de76388938f528d51db3951d68adcc4a39f71 /lisp/hi-lock.el
parentc391c464125c881c8b54ff1e55f2bb2d4cfa9782 (diff)
(defgroup hi-lock-interactive-text-highlighting): Remove autoload
cookie.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r--lisp/hi-lock.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el
index 8d40852cf6..85f4427952 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -83,7 +83,6 @@
(eval-and-compile
(require 'font-lock))
-;;;###autoload
(defgroup hi-lock-interactive-text-highlighting nil
"Interactively add and remove font-lock patterns for highlighting text."
:group 'faces)