From: Andreas Schwab Date: Wed, 24 Jun 1998 09:09:56 +0000 (+0000) Subject: (font-lock-verbose): Use `other' widget type. X-Git-Tag: emacs-20.3~496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b4a38363e6e828870f13209752efaf18c074eb65;p=emacs.git (font-lock-verbose): Use `other' widget type. --- diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 4db863c2af0..9ff63c6c18b 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -287,8 +287,8 @@ decoration for buffers in C++ mode, and level 1 decoration otherwise." "*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: