diff options
author | Lute Kamstra <lute@gnu.org> | 2005-06-10 10:21:27 +0000 |
---|---|---|
committer | Lute Kamstra <lute@gnu.org> | 2005-06-10 10:21:27 +0000 |
commit | 49e3fad2e5e45efb1204a9032229537df8316036 (patch) | |
tree | 4c4399acf7f562cf27a381a60490e90da86486ec /admin | |
parent | cb08cc40d6b9deb62596b8490419d47726549a2a (diff) | |
download | emacs-49e3fad2e5e45efb1204a9032229537df8316036.tar.gz |
(set-version): Set version in lisp manual too.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/admin.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el index 44fbd8ed543..07a2bcb757e 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -84,6 +84,9 @@ Root must be the root of an Emacs source tree." (submatch (1+ (in "0-9.")))))) (set-version-in-file root "man/emacs.texi" version (rx (and "EMACSVER" (1+ space) + (submatch (1+ (in "0-9.")))))) + (set-version-in-file root "lispref/elisp.texi" version + (rx (and "EMACSVER" (1+ space) (submatch (1+ (in "0-9."))))))) ;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5 |