]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-lock-verbose): Use `other' widget type.
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:09:56 +0000 (09:09 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:09:56 +0000 (09:09 +0000)
lisp/font-lock.el

index 4db863c2af054c51be310b245073647cfc4547f7..9ff63c6c18b70229deea4fabc7223b82d2eceee0 100644 (file)
@@ -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)
 \f
 ;; Fontification variables: