Mercurial > emacs
changeset 17682:70a83005a2ca
Use sexp widget in case modified outside custom.
author | Simon Marshall <simon@gnu.org> |
---|---|
date | Tue, 06 May 1997 13:59:36 +0000 |
parents | 59c4c8125906 |
children | 975d093d45fb |
files | lisp/lazy-lock.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/lazy-lock.el Tue May 06 13:54:06 1997 +0000 +++ b/lisp/lazy-lock.el Tue May 06 13:59:36 1997 +0000 @@ -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 @@ ; "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 @@ 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 @@ 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