Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5de85e83
Commit
5de85e83
authored
Jun 16, 2008
by
Glenn Morris
Browse files
(set-version): Add doc/lispref/book-spine.texinfo.
parent
19b650ea
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
admin/ChangeLog
admin/ChangeLog
+2
-1
admin/admin.el
admin/admin.el
+3
-0
No files found.
admin/ChangeLog
View file @
5de85e83
2008-06-16 Glenn Morris <rgm@gnu.org>
* admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi.
* admin.el (set-version): Add doc/lispref/vol1.texi,vol2.texi,
doc/lispref/book-spine.texinfo.
2008-06-15 Glenn Morris <rgm@gnu.org>
...
...
admin/admin.el
View file @
5de85e83
...
...
@@ -82,6 +82,9 @@ Root must be the root of an Emacs source tree."
(
set-version-in-file
root
"doc/lispref/vol2.texi"
version
(
rx
(
and
"EMACSVER"
(
1+
space
)
(
submatch
(
1+
(
in
"0-9."
))))))
(
set-version-in-file
root
"doc/lispref/book-spine.texinfo"
version
(
rx
(
and
"Emacs Version"
(
1+
space
)
(
submatch
(
1+
(
in
"0-9."
))))))
(
set-version-in-file
root
"doc/man/emacs.1"
version
(
rx
(
and
".TH EMACS"
(
1+
not-newline
)
"GNU Emacs"
(
1+
space
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment