Mercurial > hg > xemacs-beta
changeset 4093:86f900725eda
[xemacs-hg @ 2007-08-02 06:37:48 by michaels]
2007-08-02 Mike Sperber <mike@xemacs.org>
* startup.el (startup-setup-paths): Fix typo in init expression
for `emacs-roots'.
author | michaels |
---|---|
date | Thu, 02 Aug 2007 06:37:53 +0000 |
parents | 9c0151d05116 |
children | 2de44b0db7f0 |
files | lisp/ChangeLog lisp/startup.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Aug 02 06:33:59 2007 +0000 +++ b/lisp/ChangeLog Thu Aug 02 06:37:53 2007 +0000 @@ -1,3 +1,8 @@ +2007-08-02 Mike Sperber <mike@xemacs.org> + + * startup.el (startup-setup-paths): Fix typo in init expression + for `emacs-roots'. + 2007-07-31 Mike Sperber <mike@xemacs.org> * find-paths.el (paths-for-each-site-directory):
--- a/lisp/startup.el Thu Aug 02 06:33:59 2007 +0000 +++ b/lisp/startup.el Thu Aug 02 06:37:53 2007 +0000 @@ -1452,7 +1452,7 @@ t))) (setq emacs-roots (paths-find-emacs-roots invocation-directory invocation-name - #'paths-emacs-data-root-p)) + #'paths-emacs-root-p)) (setq emacs-data-roots (paths-find-emacs-roots invocation-directory invocation-name #'paths-emacs-data-root-p))