]> git.eshelyaron.com Git - emacs.git/commitdiff
(lazy-lock-defer-on-scrolling,
authorAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:15:11 +0000 (09:15 +0000)
committerAndreas Schwab <schwab@suse.de>
Wed, 24 Jun 1998 09:15:11 +0000 (09:15 +0000)
lazy-lock-defer-contextually): Use `other' widget type.

lisp/lazy-lock.el

index f694b795fb80a08ef4cfd466783129752cf8e390..db41704e8da173a10641841c93f658043f4f829c 100644 (file)
@@ -401,7 +401,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)
-                (sexp :tag "eventually" :format "%t\n" eventually))
+                (other :tag "eventually" eventually))
   :group 'lazy-lock)
 
 (defcustom lazy-lock-defer-contextually 'syntax-driven
@@ -419,7 +419,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)
-                (sexp :tag "syntax-driven" :format "%t\n" syntax-driven))
+                (other :tag "syntax-driven" syntax-driven))
   :group 'lazy-lock)
 
 (defcustom lazy-lock-defer-time