diff options
| author | Andreas Schwab | 1998-06-24 09:07:36 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:07:36 +0000 |
| commit | 3c1fb96c0ff4c3cb66e6d0afc5451d2e443fb6ee (patch) | |
| tree | a1a868fdb2c3e765cbb47140e6ef46ec148eea03 /lisp | |
| parent | e4f0bdfa23697443a2318e5882fdf94dea9d7e05 (diff) | |
| download | emacs-3c1fb96c0ff4c3cb66e6d0afc5451d2e443fb6ee.tar.gz emacs-3c1fb96c0ff4c3cb66e6d0afc5451d2e443fb6ee.zip | |
(fast-lock-verbose): Use `other' widget type.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/fast-lock.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/fast-lock.el b/lisp/fast-lock.el index d739673288f..6fec142edea 100644 --- a/lisp/fast-lock.el +++ b/lisp/fast-lock.el | |||
| @@ -306,8 +306,8 @@ Font Lock cache files saved. Ownership may be unknown for networked files." | |||
| 306 | "*If non-nil, means show status messages for cache processing. | 306 | "*If non-nil, means show status messages for cache processing. |
| 307 | If a number, only buffers greater than this size have processing messages." | 307 | If a number, only buffers greater than this size have processing messages." |
| 308 | :type '(choice (const :tag "never" nil) | 308 | :type '(choice (const :tag "never" nil) |
| 309 | (const :tag "always" t) | 309 | (integer :tag "size") |
| 310 | (integer :tag "size")) | 310 | (other :tag "always" t)) |
| 311 | :group 'fast-lock) | 311 | :group 'fast-lock) |
| 312 | 312 | ||
| 313 | (defvar fast-lock-save-faces | 313 | (defvar fast-lock-save-faces |