# HG changeset patch # User Luc Teirlinck # Date 1142637134 0 # Node ID a22167168ac4bc9c9c253cd3997a5e58d6c49104 # Parent 40d573fa1d3dccd11a442fa2de846bee39c2dc39 (customize-changed-options): Mention explicit version number as default in prompt. diff -r 40d573fa1d3d -r a22167168ac4 lisp/cus-edit.el --- 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