Mercurial > emacs
changeset 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 | a8d8d13a3c21 |
children | b0cf9bf5d505 |
files | lisp/ChangeLog lisp/version.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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
--- 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")))