aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
authorMiles Bader2008-08-18 05:33:28 +0000
committerMiles Bader2008-08-18 05:33:28 +0000
commita971635315e259c076de020b3676c04d1dcc415e (patch)
tree75f3ba39a51f39b4a6a870def828118feb37368f /admin/admin.el
parent0faeefbb782d3358dd92c5a5911f5007a9e3bf09 (diff)
parent2db0e49ceef7ae03dac56d1ea90350322fee6a58 (diff)
downloademacs-a971635315e259c076de020b3676c04d1dcc415e.tar.gz
emacs-a971635315e259c076de020b3676c04d1dcc415e.zip
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1382
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el14
1 files changed, 14 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 26072ead86f..d30583cd07c 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -123,6 +123,20 @@ Root must be the root of an Emacs source tree."
123 (set-version-in-file root "nt/emacs.rc" comma-space-version 123 (set-version-in-file root "nt/emacs.rc" comma-space-version
124 (rx (and "\"ProductVersion\"" (0+ space) ?, 124 (rx (and "\"ProductVersion\"" (0+ space) ?,
125 (0+ space) ?\" (submatch (1+ (in "0-9, "))) 125 (0+ space) ?\" (submatch (1+ (in "0-9, ")))
126 "\\0\"")))
127 ;; Likewise for emacsclient.rc
128 (set-version-in-file root "nt/emacsclient.rc" comma-version
129 (rx (and "FILEVERSION" (1+ space)
130 (submatch (1+ (in "0-9,"))))))
131 (set-version-in-file root "nt/emacsclient.rc" comma-version
132 (rx (and "PRODUCTVERSION" (1+ space)
133 (submatch (1+ (in "0-9,"))))))
134 (set-version-in-file root "nt/emacsclient.rc" comma-space-version
135 (rx (and "\"FileVersion\"" (0+ space) ?, (0+ space)
136 ?\" (submatch (1+ (in "0-9, "))) "\\0\"")))
137 (set-version-in-file root "nt/emacsclient.rc" comma-space-version
138 (rx (and "\"ProductVersion\"" (0+ space) ?,
139 (0+ space) ?\" (submatch (1+ (in "0-9, ")))
126 "\\0\"")))) 140 "\\0\""))))
127 ;; nextstep. 141 ;; nextstep.
128 (set-version-in-file 142 (set-version-in-file