* loadup.el: Use version numbers in Cygwin build.

This commit is contained in:
Ken Brown 2010-12-17 10:14:57 -05:00
parent 395542c68d
commit 2e306b392b
2 changed files with 5 additions and 1 deletions

View file

@ -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

View file

@ -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")