(set-version): Use `s' interactive spec for
version number.
This commit is contained in:
parent
0480815792
commit
91ebb8c94a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue