comparison lisp/make-docfile.el @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents d1b52dcaa789
children 6240c7796c7a
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
79 79
80 (load "very-early-lisp" nil t) 80 (load "very-early-lisp" nil t)
81 81
82 ;; Then process the autoloads 82 ;; Then process the autoloads
83 (setq autoload-file-name "auto-autoloads.elc") 83 (setq autoload-file-name "auto-autoloads.elc")
84 (setq source-directory (concat default-directory "../lisp"))
85 ;; (print (concat "Source directory: " source-directory))
84 (load "find-paths.el") 86 (load "find-paths.el")
85 (load "packages.el") 87 (load "packages.el")
86 (load "setup-paths.el") 88 (load "setup-paths.el")
87 (load "dump-paths.el") 89 (load "dump-paths.el")
88 90