emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107970: Put the '$Id:' tag into MS-W


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107970: Put the '$Id:' tag into MS-Windows executable of Emacs.
Date: Fri, 20 Apr 2012 08:57:38 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107970
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2012-04-20 08:57:38 +0300
message:
  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.
modified:
  lisp/ChangeLog
  lisp/version.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-20 05:47:55 +0000
+++ b/lisp/ChangeLog    2012-04-20 05:57:38 +0000
@@ -1,6 +1,8 @@
 2012-04-20  Eli Zaretskii  <address@hidden>
 
        * 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  <address@hidden>
 

=== modified file 'lisp/version.el'
--- a/lisp/version.el   2012-04-20 05:47:55 +0000
+++ b/lisp/version.el   2012-04-20 05:57:38 +0000
@@ -118,9 +118,8 @@
             ))))
 
 ;; 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]