# HG changeset patch # User Eli Zaretskii # Date 945613106 0 # Node ID 903a1977160661ae0ec08d70731892f4f8a5f44f # Parent a8d8d13a3c218a2c11f81f76e843b49a0927f74b Put the version info into binary on MS-DOS as well. diff -r a8d8d13a3c21 -r 903a19771606 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 19 13:16:06 1999 +0000 +++ b/lisp/ChangeLog Sun Dec 19 14:18:26 1999 +0000 @@ -1,3 +1,7 @@ +1999-12-19 Eli Zaretskii + + * version.el: Put the version info into binary on MS-DOS as well. + 1999-12-19 Gerd Moellmann * emacs-lisp/debug.el (debugger-continue): Don't continue if diff -r a8d8d13a3c21 -r 903a19771606 lisp/version.el --- 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")))