]> git.eshelyaron.com Git - emacs.git/commitdiff
Put the version info into binary on MS-DOS as well.
authorEli Zaretskii <eliz@gnu.org>
Sun, 19 Dec 1999 14:18:26 +0000 (14:18 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 19 Dec 1999 14:18:26 +0000 (14:18 +0000)
lisp/ChangeLog
lisp/version.el

index 744e633933242abd67ce136ed46b3ed50405eea0..34221b992b532558f3a4d706f8afa7b69c7739c3 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-19  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * version.el: Put the version info into binary on MS-DOS as well.
+
 1999-12-19  Gerd Moellmann  <gerd@gnu.org>
 
        * emacs-lisp/debug.el (debugger-continue): Don't continue if
index d6591c6bdfbba1978a08a841e1ee006c52b60125..1c86b576981c9a762ba37f0438cbbb85fb9f12ca 100644 (file)
@@ -71,7 +71,7 @@ to the system configuration; look at `system-configuration' instead."
 (defalias 'version 'emacs-version)
 
 ;;; We put version info into the executable in the form that ident(1) uses.
-(or (memq system-type '(vax-vms windows-nt ms-dos))
+(or (memq system-type '(vax-vms windows-nt))
     (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ? (emacs-version))
                      " $\n")))