* loadup.el: Use version numbers in Cygwin build.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user