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
adf94aa6
Commit
adf94aa6
authored
Jan 08, 2008
by
Glenn Morris
Browse files
(set-version): Add doc/man/emacs.1.
parent
2f1982bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
admin/ChangeLog
admin/ChangeLog
+4
-0
admin/admin.el
admin/admin.el
+4
-0
No files found.
admin/ChangeLog
View file @
adf94aa6
2008-01-08 Glenn Morris <rgm@gnu.org>
* admin.el (set-version): Add doc/man/emacs.1.
2008-01-06 Dan Nicolaescu <dann@ics.uci.edu>
* notes/copyright:
...
...
admin/admin.el
View file @
adf94aa6
...
...
@@ -78,6 +78,10 @@ Root must be the root of an Emacs source tree."
(
set-version-in-file
root
"doc/lispref/elisp.texi"
version
(
rx
(
and
"EMACSVER"
(
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
)
(
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."
))))))
...
...
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