comparison lisp/make-docfile.el @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
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))
86 (load "find-paths.el") 84 (load "find-paths.el")
87 (load "packages.el") 85 (load "packages.el")
88 (load "setup-paths.el") 86 (load "setup-paths.el")
89 (load "dump-paths.el") 87 (load "dump-paths.el")
90 88