From b4a38363e6e828870f13209752efaf18c074eb65 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 24 Jun 1998 09:09:56 +0000 Subject: [PATCH] (font-lock-verbose): Use `other' widget type. --- lisp/font-lock.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.39.2