]> code.delx.au - gnu-emacs/commitdiff
Put the '$Id:' tag into MS-Windows executable of Emacs.
authorEli Zaretskii <eliz@gnu.org>
Fri, 20 Apr 2012 05:57:38 +0000 (08:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 20 Apr 2012 05:57:38 +0000 (08:57 +0300)
 lisp/version.el (top level): Put into the executable the ident-style
 '$Id:' tag on windows-nt as well.

lisp/ChangeLog
lisp/version.el

index 5529db59a0c94d4a2d330eac33466af0cc17a1f8..42f99ec9c9ed6ea030f0b9d2071412b0c3d0bbd3 100644 (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>
 
index 38be0e7fd574a10ccac76d8a41a48c9dfbe20d27..d7fb05ea465a71fce8b8d1d9f4ebdbc5ebf16757 100644 (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