Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
eec5fae2
Commit
eec5fae2
authored
Sep 26, 2012
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* admin/admin.el (set-version): Set msdos.c's Vwindow_system_version.
parent
059f19ad
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 @
eec5fae2
2012-09-27 Glenn Morris <rgm@gnu.org>
* admin.el (set-version): Set msdos.c's Vwindow_system_version.
2012-09-27 Paul Eggert <eggert@cs.ucla.edu>
Check more robustly for timer_settime.
...
...
admin/admin.el
View file @
eec5fae2
...
...
@@ -129,8 +129,12 @@ Root must be the root of an Emacs source tree."
(
rx
(
and
"\"ProductVersion\""
(
0+
space
)
?,
(
0+
space
)
?\"
(
submatch
(
1+
(
in
"0-9, "
)))
"\\0\""
)))
;; Major version only.
(
when
(
string-match
"\\([0-9]\\{2,\\}\\)"
version
)
(
setq
version
(
match-string
1
version
))
(
set-version-in-file
root
"src/msdos.c"
version
(
rx
(
and
"Vwindow_system_version"
(
1+
not-newline
)
?\(
(
submatch
(
1+
(
in
"0-9"
)))
?\)
)))
(
set-version-in-file
root
"etc/refcards/ru-refcard.tex"
version
"
\\\\newcommand{\\\\versionemacs}\\[0\\]
\
{\\
(
[0-9]\\{2,\\}\\
)
}.+%.+version
of
Emacs
")
...
...
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