]> code.delx.au - gnu-emacs/blobdiff - admin/admin.el
Close bug#3992.
[gnu-emacs] / admin / admin.el
index bf052feff7f0459da17eaa7ed90407f34accdf06..984f3649b2c0839ef38769c024ceaec53c4b84a0 100644 (file)
@@ -1,6 +1,6 @@
 ;;; admin.el --- utilities for Emacs administration
 
-;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
+;; Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 ;;   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."))))))