Mercurial > emacs
changeset 22589:08ff5fd1e950
(lazy-lock-defer-on-scrolling,
lazy-lock-defer-contextually): Use `other' widget type.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Wed, 24 Jun 1998 09:15:11 +0000 |
parents | b7a3c5541bc5 |
children | fd24f556ad8f |
files | lisp/lazy-lock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lazy-lock.el Wed Jun 24 09:14:31 1998 +0000 +++ b/lisp/lazy-lock.el Wed Jun 24 09:15:11 1998 +0000 @@ -401,7 +401,7 @@ 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 @@ 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