diff options
author | Dave Love <fx@gnu.org> | 2001-01-10 17:29:33 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2001-01-10 17:29:33 +0000 |
commit | f5bd8092f26cfc61afd4f6c9701f86ef30baaba5 (patch) | |
tree | 7166100c45e385cbe8413b5940f9840754814ba8 /lisp/hi-lock.el | |
parent | 2826ac81f74d90b809f71bfd6389172c45210650 (diff) | |
download | emacs-f5bd8092f26cfc61afd4f6c9701f86ef30baaba5.tar.gz |
(hi-lock-exclude-modes): Fix :type.
Diffstat (limited to 'lisp/hi-lock.el')
-rw-r--r-- | lisp/hi-lock.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |