From 2e306b392b3d517bcbee818e2be1335fce012d48 Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Fri, 17 Dec 2010 10:14:57 -0500 Subject: [PATCH] * loadup.el: Use version numbers in Cygwin build. --- lisp/ChangeLog | 4 ++++ lisp/loadup.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.39.5