changeset 95943:4e411168887d

(set-version): Add doc/misc/faq.texi.
author Glenn Morris <rgm@gnu.org>
date Sun, 15 Jun 2008 02:39:07 +0000
parents 267a8bdcab21
children 902012b6476a
files admin/admin.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/admin/admin.el	Sun Jun 15 02:38:02 2008 +0000
+++ b/admin/admin.el	Sun Jun 15 02:39:07 2008 +0000
@@ -80,6 +80,9 @@
 		       (rx (and ".TH EMACS" (1+ not-newline)
                                 "GNU Emacs" (1+ space)
 				(submatch (1+ (in "0-9."))))))
+  (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 "lib-src/makefile.w32-in" version
 		       (rx (and "VERSION" (0+ space) "=" (0+ space)
 				(submatch (1+ (in "0-9."))))))