2009-10-01 Carsten Dominik <carsten.dominik@gmail.com>
[bpt/emacs.git] / admin / admin.el
index 705c4db..f4ebdc5 100644 (file)
@@ -1,6 +1,6 @@
 ;;; admin.el --- utilities for Emacs administration
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 ;;   Free Software Foundation, Inc.
 
 ;; This file is part of GNU Emacs.
@@ -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."))))))