Mercurial > emacs
diff lisp/cus-edit.el @ 69540:a22167168ac4
(customize-changed-options): Mention explicit version number as
default in prompt.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 17 Mar 2006 23:12:14 +0000 |
parents | 901e5cda9c30 |
children | efd1add5bedf e3bacb89536a |
line wrap: on
line diff
--- a/lisp/cus-edit.el Fri Mar 17 23:07:19 2006 +0000 +++ b/lisp/cus-edit.el Fri Mar 17 23:12:14 2006 +0000 @@ -1092,7 +1092,11 @@ With argument SINCE-VERSION (a string), customize all settings that were added or redefined since that version." - (interactive "sCustomize options changed, since version (default all versions): ") + (interactive + (list + (read-from-minibuffer + (format "Customize options changed, since version (default %s): " + customize-changed-options-previous-release)))) (if (equal since-version "") (setq since-version nil) (unless (condition-case nil