# HG changeset patch # User Andreas Schwab # Date 898679396 0 # Node ID fbc32e3ad8e95fb84a97bcfaee8d3ecca395455c # Parent 122946298ba47f3d567902d5f9d9fba4197c3c7d (font-lock-verbose): Use `other' widget type. diff -r 122946298ba4 -r fbc32e3ad8e9 lisp/font-lock.el --- 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: