diff lisp/startup.el @ 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 92013722573f
children ff446f61f88f
line wrap: on
line diff
--- 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))