]> git.eshelyaron.com Git - emacs.git/commitdiff
(set-version): Remove deleted file ns-emacs.texi.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 1 Feb 2009 14:44:43 +0000 (14:44 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 1 Feb 2009 14:44:43 +0000 (14:44 +0000)
admin/admin.el

index bf052feff7f0459da17eaa7ed90407f34accdf06..f4ebdc5e614f6a1dfad92624e8f411d723f22ef0 100644 (file)
@@ -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."))))))