]> git.eshelyaron.com Git - emacs.git/commitdiff
(hi-lock-exclude-modes): Fix :type.
authorDave Love <fx@gnu.org>
Wed, 10 Jan 2001 17:29:33 +0000 (17:29 +0000)
committerDave Love <fx@gnu.org>
Wed, 10 Jan 2001 17:29:33 +0000 (17:29 +0000)
lisp/hi-lock.el

index 697cfc52aca9e03b9682c514e0f2d1e2120f1168..e856e7e95d79831489f5d14f354f9cea22198952 100644 (file)
@@ -110,7 +110,7 @@ of functions `hi-lock-mode' and `hi-lock-find-patterns'."
   "List of major modes in which hi-lock will not run.
 For security reasons since font lock patterns can specify function
 calls."
-  :type 'variable
+  :type '(repeat symbol)
   :group 'hi-lock-interactive-text-highlighting)