diff options
Diffstat (limited to 'admin/admin.el')
| -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 44d091d1423..b2adfbf9f76 100644 --- a/admin/admin.el +++ b/admin/admin.el | |||
| @@ -114,7 +114,7 @@ Root must be the root of an Emacs source tree." | |||
| 114 | ;; configure.ac with sed, rather than duplicating the information. | 114 | ;; configure.ac with sed, rather than duplicating the information. |
| 115 | (set-version-in-file root "msdos/sed2v2.inp" version | 115 | (set-version-in-file root "msdos/sed2v2.inp" version |
| 116 | (rx (and bol "/^#undef " (1+ not-newline) | 116 | (rx (and bol "/^#undef " (1+ not-newline) |
| 117 | "define VERSION" (1+ space) "\"" | 117 | "define PACKAGE_VERSION" (1+ space) "\"" |
| 118 | (submatch (1+ (in "0-9.")))))) | 118 | (submatch (1+ (in "0-9.")))))) |
| 119 | ;; Major version only. | 119 | ;; Major version only. |
| 120 | (when (string-match "\\([0-9]\\{2,\\}\\)" version) | 120 | (when (string-match "\\([0-9]\\{2,\\}\\)" version) |