summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-02-01 14:44:43 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-02-01 14:44:43 +0000
commit2048978e7824aca71b9e3e4b530f217d42870d96 (patch)
tree9af07b1272bfb610d01f57fee3e0faf580d765b3
parent1b1db3a98b1abef5bb380d7e9e4272e52a01d097 (diff)
downloademacs-2048978e7824aca71b9e3e4b530f217d42870d96.tar.gz
(set-version): Remove deleted file ns-emacs.texi.
-rw-r--r--admin/admin.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/admin/admin.el b/admin/admin.el
index bf052feff7f..f4ebdc5e614 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -92,9 +92,6 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "doc/misc/faq.texi" version
(rx (and "VER" (1+ space)
(submatch (1+ (in "0-9."))))))
- (set-version-in-file root "doc/misc/ns-emacs.texi" version
- (rx (and "VER" (1+ space)
- (submatch (1+ (in "0-9."))))))
(set-version-in-file root "lib-src/makefile.w32-in" version
(rx (and "VERSION" (0+ space) "=" (0+ space)
(submatch (1+ (in "0-9."))))))