Mercurial > emacs
diff admin/admin.el @ 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 | e6db9ee945b8 |
children | 95f012d6bfcd |
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."))))))