Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 247:e70b3a057e12 r20-5b22
Import from CVS: tag r20-5b22
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:18:21 +0200 |
parents | f220cc83d72e |
children | 83b3d10dcba9 |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:17:55 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:18:21 2007 +0200 @@ -40,7 +40,7 @@ (define-function 'defalias 'define-function) (defvar running-xemacs t - "Non-nil when the current emacsen is XEmacs.") + "Non-nil when the current emacs is XEmacs.") (defvar preloaded-file-list nil "List of files preloaded into the XEmacs binary image.") @@ -182,7 +182,8 @@ ;; Dump into the name `xemacs' (only) (when (member "dump" command-line-args) (message "Dumping under the name xemacs") - (condition-case () (delete-file "xemacs") (file-error nil)) + ;; This is handled earlier in the build process. + ;; (condition-case () (delete-file "xemacs") (file-error nil)) (when (fboundp 'really-free) (really-free)) (dump-emacs "xemacs" "temacs")