comparison admin/admin.el @ 101736:37e835e25528

(set-version): Remove deleted file ns-emacs.texi.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 01 Feb 2009 14:44:43 +0000
parents ce88a631c161
children 1d1d5d9bd884
comparison
equal deleted inserted replaced
101735:1f6f39fb1207 101736:37e835e25528
90 "GNU Emacs" (1+ space) 90 "GNU Emacs" (1+ space)
91 (submatch (1+ (in "0-9.")))))) 91 (submatch (1+ (in "0-9."))))))
92 (set-version-in-file root "doc/misc/faq.texi" version 92 (set-version-in-file root "doc/misc/faq.texi" version
93 (rx (and "VER" (1+ space) 93 (rx (and "VER" (1+ space)
94 (submatch (1+ (in "0-9.")))))) 94 (submatch (1+ (in "0-9."))))))
95 (set-version-in-file root "doc/misc/ns-emacs.texi" version
96 (rx (and "VER" (1+ space)
97 (submatch (1+ (in "0-9."))))))
98 (set-version-in-file root "lib-src/makefile.w32-in" version 95 (set-version-in-file root "lib-src/makefile.w32-in" version
99 (rx (and "VERSION" (0+ space) "=" (0+ space) 96 (rx (and "VERSION" (0+ space) "=" (0+ space)
100 (submatch (1+ (in "0-9.")))))) 97 (submatch (1+ (in "0-9."))))))
101 ;; nt/emacs.rc also contains the version number, but in an awkward 98 ;; nt/emacs.rc also contains the version number, but in an awkward
102 ;; format. It must contain four components, separated by commas, and 99 ;; format. It must contain four components, separated by commas, and