Mercurial > emacs
changeset 35215:2be11f207ca8
(hi-lock-exclude-modes): Fix :type.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 10 Jan 2001 17:29:33 +0000 |
parents | 668b2bcf528a |
children | a40b27e6253c |
files | lisp/hi-lock.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/hi-lock.el Wed Jan 10 17:28:35 2001 +0000 +++ b/lisp/hi-lock.el Wed Jan 10 17:29:33 2001 +0000 @@ -110,7 +110,7 @@ "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)