Mercurial > hg > xemacs-beta
diff lisp/loadhist.el @ 3511:1ee424086c62
[xemacs-hg @ 2006-07-16 12:23:57 by aidan]
Add docstrings to source-root, build-root, rename them
author | aidan |
---|---|
date | Sun, 16 Jul 2006 12:23:58 +0000 |
parents | 959746c534f6 |
children | 69e6352406f0 |
line wrap: on
line diff
--- a/lisp/loadhist.el Sun Jul 16 10:51:48 2006 +0000 +++ b/lisp/loadhist.el Sun Jul 16 12:23:58 2006 +0000 @@ -49,7 +49,7 @@ (and (fboundp sym) (subrp (symbol-function sym)))) (let ((built-in-file (built-in-symbol-file sym))) (if built-in-file - (concat build-root "/src/" built-in-file)))))) + (concat source-directory "/src/" built-in-file)))))) (defun feature-symbols (feature) "Return the file and list of symbols associated with a given FEATURE."