X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/91236f636eff8b9edcc73ef7e4798ad547eee9a8..8d64207425f5345576b77dc9308943ec56ad9327:/admin/admin.el diff --git a/admin/admin.el b/admin/admin.el index 705c4db845..f4ebdc5e61 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -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."))))))