emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/admin/admin.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/admin/admin.el,v
Date: Sun, 15 Jun 2008 02:39:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/06/15 02:39:08

Index: admin.el
===================================================================
RCS file: /sources/emacs/emacs/admin/admin.el,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- admin.el    9 May 2008 23:48:09 -0000       1.22
+++ admin.el    15 Jun 2008 02:39:07 -0000      1.23
@@ -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."))))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]