summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-15 02:39:40 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-15 02:39:40 +0000
commit611bee81fdd817dd07e1a4423fd6a042b48e7f43 (patch)
tree0b951a8b28dcacf860e9cc7f2fd15ba886163863 /admin
parent27c4901ab2959c8a887d19e156f2e07fae3262a5 (diff)
downloademacs-611bee81fdd817dd07e1a4423fd6a042b48e7f43.tar.gz
(set-version): Add doc/misc/faq.texi.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/admin.el3
2 files changed, 7 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 8f12e2870af..6117b9617e4 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,7 @@
+2008-06-15 Glenn Morris <rgm@gnu.org>
+
+ * admin.el (set-version): Add doc/misc/faq.texi.
+
2008-05-22 Juanma Barranquero <lekktu@gmail.com>
* FOR-RELEASE: Remove Windows problem about the XPM image library
diff --git a/admin/admin.el b/admin/admin.el
index 828e87f4225..2f62436a9a5 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -80,6 +80,9 @@ Root must be the root of an Emacs source tree."
(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."))))))