mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
Don't say we are dumping under 2 names on windows-nt and cygwin.
This commit is contained in:
parent
a1e8cad6ea
commit
0e659f576a
@ -1,5 +1,8 @@
|
||||
2005-06-12 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* loadup.el: Don't say we are dumping under 2 names on windows-nt
|
||||
and cygwin.
|
||||
|
||||
* makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH): Don't
|
||||
use an old loaddefs.el, as in Makefile.in.
|
||||
|
||||
|
@ -320,7 +320,7 @@
|
||||
(setq name (concat (downcase (substring name 0 (match-beginning 0)))
|
||||
"-"
|
||||
(substring name (match-end 0)))))
|
||||
(if (eq system-type 'ms-dos)
|
||||
(if (memq system-type '(ms-dos windows-nt cygwin))
|
||||
(message "Dumping under the name emacs")
|
||||
(message "Dumping under names emacs and %s" name)))
|
||||
(condition-case ()
|
||||
|
Loading…
Reference in New Issue
Block a user