From: Ken Brown Date: Fri, 17 Dec 2010 15:14:57 +0000 (-0500) Subject: * loadup.el: Use version numbers in Cygwin build. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~1322^2~278^2~88 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2e306b392b3d517bcbee818e2be1335fce012d48;p=emacs.git * loadup.el: Use version numbers in Cygwin build. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 862c68273fd..09911f22e97 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/loadup.el b/lisp/loadup.el index fb3aaff37c1..d7fc63d0692 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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")