Mercurial > hg > xemacs-beta
comparison lisp/make-docfile.el @ 312:d1b52dcaa789 r21-0b54
Import from CVS: tag r21-0b54
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:43:55 +0200 |
parents | c6de09ad3017 |
children | cc15677e0335 |
comparison
equal
deleted
inserted
replaced
311:b4ad76366919 | 312:d1b52dcaa789 |
---|---|
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 |