From: Andreas Schwab Date: Wed, 24 Jun 1998 09:15:11 +0000 (+0000) Subject: (lazy-lock-defer-on-scrolling, X-Git-Tag: emacs-20.3~490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=13eacf8808062f6558ee1702e5972ad81057e535;p=emacs.git (lazy-lock-defer-on-scrolling, lazy-lock-defer-contextually): Use `other' widget type. --- diff --git a/lisp/lazy-lock.el b/lisp/lazy-lock.el index f694b795fb8..db41704e8da 100644 --- a/lisp/lazy-lock.el +++ b/lisp/lazy-lock.el @@ -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