From: Dave Love Date: Wed, 10 Jan 2001 17:29:33 +0000 (+0000) Subject: (hi-lock-exclude-modes): Fix :type. X-Git-Tag: emacs-pretest-21.0.96~366 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f5bd8092f26cfc61afd4f6c9701f86ef30baaba5;p=emacs.git (hi-lock-exclude-modes): Fix :type. --- diff --git a/lisp/hi-lock.el b/lisp/hi-lock.el index 697cfc52aca..e856e7e95d7 100644 --- a/lisp/hi-lock.el +++ b/lisp/hi-lock.el @@ -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)