From: Gerd Moellmann Date: Sun, 21 Oct 2001 22:51:08 +0000 (+0000) Subject: (set-version): Use `s' interactive spec for X-Git-Tag: ttn-vms-21-2-B4~19270 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91ebb8c94a394a8f664ab0d18e0a67e69c288ab5;p=emacs.git (set-version): Use `s' interactive spec for version number. --- diff --git a/admin/admin.el b/admin/admin.el index 759b9620642..e45aa8f8ed6 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -72,7 +72,7 @@ Root must be the root of an Emacs source tree." (defun set-version (root version) "Set Emacs version to VERSION in relevant files under ROOT. Root must be the root of an Emacs source tree." - (interactive "DEmacs root directory: \nNVersion number: ") + (interactive "DEmacs root directory: \nsVersion number: ") (unless (file-exists-p (expand-file-name "src/emacs.c" root)) (error "%s doesn't seem to be the root of an Emacs source tree" root)) (set-version-in-file root "lisp/version.el" version