summaryrefslogtreecommitdiff
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2004-04-12 19:30:13 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2004-04-12 19:30:13 +0000
commit74e32821dc7c0cb9dcc777e2749e7c69690a4b89 (patch)
tree13716068f5e95c8b4f690956bfcb5a9052639cea /lisp/loadup.el
parent8dbff9a058de47e8ad9e4eb0ef016ab26cee3bfa (diff)
downloademacs-74e32821dc7c0cb9dcc777e2749e7c69690a4b89.tar.gz
Add cygwin to system-type list, for unexec() support.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index bd90fb7c53a..15f47440aed 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -330,7 +330,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 (memq system-type '(ms-dos windows-nt)))
+ (if (not (memq system-type '(ms-dos windows-nt cygwin)))
(let ((name (concat "emacs-" emacs-version)))
(while (string-match "[^-+_.a-zA-Z0-9]+" name)
(setq name (concat (downcase (substring name 0 (match-beginning 0)))