1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

Put the '$Id:' tag into MS-Windows executable of Emacs.

lisp/version.el (top level): Put into the executable the ident-style
 '$Id:' tag on windows-nt as well.
This commit is contained in:
Eli Zaretskii 2012-04-20 08:57:38 +03:00
parent 539aa51394
commit 6cf2a23e29
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,8 @@
2012-04-20 Eli Zaretskii <eliz@gnu.org>
* version.el (emacs-bzr-version, emacs-bzr-get-version): Doc fixes.
(top level): Put into the executable the ident-style '$Id:' tag on
windows-nt as well.
2012-04-19 Stefan Monnier <monnier@iro.umontreal.ca>

View File

@ -118,9 +118,8 @@ Optional argument DIR is a directory to use instead of `source-directory'."
))))
;; We put version info into the executable in the form that `ident' uses.
(or (eq system-type 'windows-nt)
(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
" $\n")))
(purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))
" $\n"))
;; Local Variables:
;; version-control: never