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

index d739673288f9f3cb0e77ade40783072e337c26ad..6fec142edeaaba0890f88c57efa26c41fbe0a90a 100644 (file)
@@ -306,8 +306,8 @@ Font Lock cache files saved.  Ownership may be unknown for networked files."
   "*If non-nil, means show status messages for cache processing.
 If a number, only buffers greater than this size have processing messages."
   :type '(choice (const :tag "never" nil)
-                (const :tag "always" t)
-                (integer :tag "size"))
+                (integer :tag "size")
+                (other :tag "always" t))
   :group 'fast-lock)
 
 (defvar fast-lock-save-faces