mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
* loadup.el: Use version numbers in Cygwin build.
This commit is contained in:
parent
395542c68d
commit
2e306b392b
2 changed files with 5 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue