changeset 111993:5a6a18bf3302

* loadup.el: Use version numbers in Cygwin build.
author Ken Brown <kbrown@cornell.edu>
date Fri, 17 Dec 2010 10:14:57 -0500
parents 7e4ae0dd59c9
children c92e0a5c96e9
files lisp/ChangeLog lisp/loadup.el
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <kbrown@cornell.edu>
+
+	* loadup.el: Use version numbers in Cygwin build.
+
 2010-12-17  Ryan Twitchell  <metatheorem@gmail.com>  (tiny change)
 
 	* ido.el (ido-file-internal): Ask for confirmation before
--- 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")