From 6cf2a23e297b8a57a70c2a1dab5aa28b73461b0b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 20 Apr 2012 08:57:38 +0300 Subject: [PATCH] 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. --- lisp/ChangeLog | 2 ++ lisp/version.el | 5 ++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5529db59a0c..42f99ec9c9e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,6 +1,8 @@ 2012-04-20 Eli Zaretskii * 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 diff --git a/lisp/version.el b/lisp/version.el index 38be0e7fd57..d7fb05ea465 100644 --- a/lisp/version.el +++ b/lisp/version.el @@ -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 -- 2.39.2