Mercurial > emacs
changeset 22583:fbc32e3ad8e9
(font-lock-verbose): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:09:56 +0000 |
parents | 122946298ba4 |
children | ff251db17a14 |
files | lisp/font-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/font-lock.el Wed Jun 24 09:08:57 1998 +0000 +++ b/lisp/font-lock.el Wed Jun 24 09:09:56 1998 +0000 @@ -287,8 +287,8 @@ "*If non-nil, means show status messages for buffer fontification. If a number, only buffers greater than this size have fontification messages." :type '(choice (const :tag "never" nil) - (const :tag "always" t) - (integer :tag "size")) + (integer :tag "size") + (other :tag "always" t)) :group 'font-lock) ;; Fontification variables: