aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-12 00:10:23 +0000
committerMarkus Rost2002-11-12 00:10:23 +0000
commit007f562826e8aaa8dc87d05c77d6645d74710205 (patch)
treeed4de76388938f528d51db3951d68adcc4a39f71
parentc391c464125c881c8b54ff1e55f2bb2d4cfa9782 (diff)
downloademacs-007f562826e8aaa8dc87d05c77d6645d74710205.tar.gz
emacs-007f562826e8aaa8dc87d05c77d6645d74710205.zip
(defgroup hi-lock-interactive-text-highlighting): Remove autoload
cookie.
-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 8d40852cf68..85f44279525 100644
--- a/lisp/hi-lock.el
+++ b/lisp/hi-lock.el
@@ -83,7 +83,6 @@
83(eval-and-compile 83(eval-and-compile
84 (require 'font-lock)) 84 (require 'font-lock))
85 85
86;;;###autoload
87(defgroup hi-lock-interactive-text-highlighting nil 86(defgroup hi-lock-interactive-text-highlighting nil
88 "Interactively add and remove font-lock patterns for highlighting text." 87 "Interactively add and remove font-lock patterns for highlighting text."
89 :group 'faces) 88 :group 'faces)