Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 274:ca9a9ec9c1c1 r21-0b35
Import from CVS: tag r21-0b35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:29:42 +0200 |
parents | c5d627a313b1 |
children | 6330739388db |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:28:54 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:29:42 2007 +0200 @@ -60,7 +60,7 @@ ;; has been found. At this point, enough of XEmacs has been ;; initialized that we can start dumping "standard" lisp. ;; Dumped lisp from external packages is added when we search - ;; the `package-path'. + ;; the package path. ;; #### This code is duplicated in two other places. (let ((temp-path (expand-file-name "." (car load-path)))) (setq source-directory temp-path) @@ -87,7 +87,7 @@ (if full-path (prog1 (load full-path) - '(garbage-collect)) + (garbage-collect)) (external-debugging-output (format "\nLoad file %s: not found\n" file)) ;; Uncomment in case of trouble