# HG changeset patch # User michaels # Date 1186036673 0 # Node ID 86f900725eda75449823a189ad684dc8ef1af2a5 # Parent 9c0151d051163eb3f03a2d11560dd9396461e443 [xemacs-hg @ 2007-08-02 06:37:48 by michaels] 2007-08-02 Mike Sperber * startup.el (startup-setup-paths): Fix typo in init expression for `emacs-roots'. diff -r 9c0151d05116 -r 86f900725eda lisp/ChangeLog --- 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 + + * startup.el (startup-setup-paths): Fix typo in init expression + for `emacs-roots'. + 2007-07-31 Mike Sperber * find-paths.el (paths-for-each-site-directory): diff -r 9c0151d05116 -r 86f900725eda lisp/startup.el --- 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))