(set-version): Use `s' interactive spec for

version number.
This commit is contained in:
Gerd Moellmann 2001-10-21 22:51:08 +00:00
parent 0480815792
commit 91ebb8c94a

View file

@ -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