diff options
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 72 | (defun set-version (root version) | 72 | (defun set-version (root version) |
| 73 | "Set Emacs version to VERSION in relevant files under ROOT. | 73 | "Set Emacs version to VERSION in relevant files under ROOT. |
| 74 | Root must be the root of an Emacs source tree." | 74 | Root must be the root of an Emacs source tree." |
| 75 | (interactive "DEmacs root directory: \nNVersion number: ") | 75 | (interactive "DEmacs root directory: \nsVersion number: ") |
| 76 | (unless (file-exists-p (expand-file-name "src/emacs.c" root)) | 76 | (unless (file-exists-p (expand-file-name "src/emacs.c" root)) |
| 77 | (error "%s doesn't seem to be the root of an Emacs source tree" root)) | 77 | (error "%s doesn't seem to be the root of an Emacs source tree" root)) |
| 78 | (set-version-in-file root "lisp/version.el" version | 78 | (set-version-in-file root "lisp/version.el" version |