Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 6330739388db |
children | 558f606b08ae |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:31:30 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:32:22 2007 +0200 @@ -178,7 +178,7 @@ ;; (condition-case () (delete-file "xemacs") (file-error nil)) (when (fboundp 'really-free) (really-free)) - (dump-emacs "xemacs" "temacs") + (dump-emacs (if (featurep 'infodock) "infodock" "xemacs") "temacs") (kill-emacs)) (when (member "run-temacs" command-line-args)