# HG changeset patch # User Ken Brown # Date 1292598897 18000 # Node ID 5a6a18bf3302a8a69b599d8025c9f93916be0b42 # Parent 7e4ae0dd59c9a5e9b83204f7fe3ccb7517895353 * loadup.el: Use version numbers in Cygwin build. diff -r 7e4ae0dd59c9 -r 5a6a18bf3302 lisp/ChangeLog --- a/lisp/ChangeLog Fri Dec 17 18:56:03 2010 +0800 +++ b/lisp/ChangeLog Fri Dec 17 10:14:57 2010 -0500 @@ -1,3 +1,7 @@ +2010-12-17 Ken Brown + + * loadup.el: Use version numbers in Cygwin build. + 2010-12-17 Ryan Twitchell (tiny change) * ido.el (ido-file-internal): Ask for confirmation before diff -r 7e4ae0dd59c9 -r 5a6a18bf3302 lisp/loadup.el --- a/lisp/loadup.el Fri Dec 17 18:56:03 2010 +0800 +++ b/lisp/loadup.el Fri Dec 17 10:14:57 2010 -0500 @@ -342,7 +342,7 @@ (dump-emacs "emacs" "temacs") (message "%d pure bytes used" pure-bytes-used) ;; Recompute NAME now, so that it isn't set when we dump. - (if (not (or (memq system-type '(ms-dos windows-nt cygwin)) + (if (not (or (memq system-type '(ms-dos windows-nt)) ;; Don't bother adding another name if we're just ;; building bootstrap-emacs. (equal (nth 3 command-line-args) "bootstrap")