diff lisp/version.el @ 26950:903a19771606

Put the version info into binary on MS-DOS as well.
author Eli Zaretskii <eliz@gnu.org>
date Sun, 19 Dec 1999 14:18:26 +0000
parents 01522af1fa7c
children f229eae65b02
line wrap: on
line diff
--- a/lisp/version.el	Sun Dec 19 13:16:06 1999 +0000
+++ b/lisp/version.el	Sun Dec 19 14:18:26 1999 +0000
@@ -71,7 +71,7 @@
 (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")))