+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
(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")))