comparison lisp/font-lock.el @ 22583:fbc32e3ad8e9

(font-lock-verbose): Use `other' widget type.
author Andreas Schwab <schwab@suse.de>
date Wed, 24 Jun 1998 09:09:56 +0000
parents b22c98ed245f
children 0fb112106d3e
comparison
equal deleted inserted replaced
22582:122946298ba4 22583:fbc32e3ad8e9
285 285
286 (defcustom font-lock-verbose (* 0 1024) 286 (defcustom font-lock-verbose (* 0 1024)
287 "*If non-nil, means show status messages for buffer fontification. 287 "*If non-nil, means show status messages for buffer fontification.
288 If a number, only buffers greater than this size have fontification messages." 288 If a number, only buffers greater than this size have fontification messages."
289 :type '(choice (const :tag "never" nil) 289 :type '(choice (const :tag "never" nil)
290 (const :tag "always" t) 290 (integer :tag "size")
291 (integer :tag "size")) 291 (other :tag "always" t))
292 :group 'font-lock) 292 :group 'font-lock)
293 293
294 ;; Fontification variables: 294 ;; Fontification variables:
295 295
296 (defvar font-lock-keywords nil 296 (defvar font-lock-keywords nil