summaryrefslogtreecommitdiff
path: root/lisp/lazy-lock.el
diff options
context:
space:
mode:
authorSimon Marshall <simon@gnu.org>1997-05-06 13:59:36 +0000
committerSimon Marshall <simon@gnu.org>1997-05-06 13:59:36 +0000
commit05c16cf82c1905771f38f6930f2455fdebb9d1fb (patch)
treef997be5a538e99eee7c3764289febec077f9cf12 /lisp/lazy-lock.el
parenta6c6e755bc68c6517b21e898744abdeef2d4cb80 (diff)
downloademacs-05c16cf82c1905771f38f6930f2455fdebb9d1fb.tar.gz
Use sexp widget in case modified outside custom.
Diffstat (limited to 'lisp/lazy-lock.el')
-rw-r--r--lisp/lazy-lock.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/lazy-lock.el b/lisp/lazy-lock.el
index 326683af003..4f7dee3bf8f 100644
--- a/lisp/lazy-lock.el
+++ b/lisp/lazy-lock.el
@@ -4,7 +4,7 @@
;; Author: Simon Marshall <simon@gnu.ai.mit.edu>
;; Keywords: faces files
-;; Version: 2.08.01
+;; Version: 2.08.02
;;; This file is part of GNU Emacs.
@@ -312,7 +312,7 @@ The value returned is the value of the last form in BODY."
; "Submit via mail a bug report on lazy-lock.el."
; (interactive)
; (let ((reporter-prompt-for-summary-p t))
-; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.08.01"
+; (reporter-submit-bug-report "simon@gnu.ai.mit.edu" "lazy-lock 2.08.02"
; '(lazy-lock-minimum-size lazy-lock-defer-on-the-fly
; lazy-lock-defer-on-scrolling lazy-lock-defer-contextually
; lazy-lock-defer-time lazy-lock-stealth-time
@@ -399,7 +399,7 @@ makes little sense if `lazy-lock-defer-contextually' is non-nil.)
The value of this variable is used when Lazy Lock mode is turned on."
:type '(choice (const :tag "never" nil)
(const :tag "always" t)
- (const eventually))
+ (sexp :tag "eventually" :format "%t\n" eventually))
:group 'lazy-lock)
(defcustom lazy-lock-defer-contextually 'syntax-driven
@@ -417,7 +417,7 @@ buffer mode's syntax table, i.e., only if `font-lock-keywords-only' is nil.
The value of this variable is used when Lazy Lock mode is turned on."
:type '(choice (const :tag "never" nil)
(const :tag "always" t)
- (const syntax-driven))
+ (sexp :tag "syntax-driven" :format "%t\n" syntax-driven))
:group 'lazy-lock)
(defcustom lazy-lock-defer-time