diff lisp/make-docfile.el @ 304:c6de09ad3017 r21-0b50

Import from CVS: tag r21-0b50
author cvs
date Mon, 13 Aug 2007 10:41:12 +0200
parents 558f606b08ae
children d1b52dcaa789
line wrap: on
line diff
--- a/lisp/make-docfile.el	Mon Aug 13 10:40:50 2007 +0200
+++ b/lisp/make-docfile.el	Mon Aug 13 10:41:12 2007 +0200
@@ -75,9 +75,9 @@
   (setq command-line-args (cdr command-line-args)))
 
 ;; Then process the list of Lisp files.
-(define-function 'defalias 'define-function)
+(setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH")))
 
-(setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH")))
+(load "very-early-lisp" nil t)
 
 ;; Then process the autoloads
 (setq autoload-file-name "auto-autoloads.elc")