From 0e659f576a0f6ee276a979b1fa382b2f1cfd580c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 12 Jun 2005 12:49:00 +0000 Subject: Don't say we are dumping under 2 names on windows-nt and cygwin. --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/loadup.el') diff --git a/lisp/loadup.el b/lisp/loadup.el index 53d82323feb..f3a793b252c 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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 () -- cgit v1.2.1