diff options
Diffstat (limited to 'lisp/loadup.el')
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index d5f97e49245..81009facce2 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -332,7 +332,7 @@ | |||
| 332 | (setq name (concat (downcase (substring name 0 (match-beginning 0))) | 332 | (setq name (concat (downcase (substring name 0 (match-beginning 0))) |
| 333 | "-" | 333 | "-" |
| 334 | (substring name (match-end 0))))) | 334 | (substring name (match-end 0))))) |
| 335 | (if (eq system-type 'ms-dos) | 335 | (if (memq system-type '(ms-dos windows-nt cygwin)) |
| 336 | (message "Dumping under the name emacs") | 336 | (message "Dumping under the name emacs") |
| 337 | (message "Dumping under names emacs and %s" name))) | 337 | (message "Dumping under names emacs and %s" name))) |
| 338 | (condition-case () | 338 | (condition-case () |