]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't say we are dumping under 2 names on windows-nt and cygwin.
authorEli Zaretskii <eliz@gnu.org>
Sun, 12 Jun 2005 12:49:00 +0000 (12:49 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 12 Jun 2005 12:49:00 +0000 (12:49 +0000)
lisp/ChangeLog
lisp/loadup.el

index 40127c8510a3a0913a0ffe875eeeea266419265f..089682cb588e37b694069399629587fde933ab1e 100644 (file)
@@ -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.
 
index 53d82323feb5f9457b49de4e04687c9eb1956da0..f3a793b252c0c9e57d3a39a17dfaa5964420f72b 100644 (file)
          (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 ()