diff lisp/find-paths.el @ 689:6a0eecc6df0e

[xemacs-hg @ 2001-12-06 09:35:50 by michaels] 2001-12-05 Michael Sperber [Mr. Preprocessor] <sperber@informatik.uni-tuebingen.de> * packages.el (packages-compute-package-locations): Add user-specific site-packages and infodock-packages hierarchies for symmetry. * find-paths.el (paths-emacs-root-p): Use version-specific name for root testing.
author michaels
date Thu, 06 Dec 2001 09:35:50 +0000
parents 0493e9f3c27f
children 79940b592197
line wrap: on
line diff
--- a/lisp/find-paths.el	Wed Dec 05 12:29:17 2001 +0000
+++ b/lisp/find-paths.el	Thu Dec 06 09:35:50 2001 +0000
@@ -104,7 +104,7 @@
    ;; installed
    (paths-file-readable-directory-p (paths-construct-path (list directory
 								"lib"
-								emacs-program-name)))
+								(construct-emacs-version-name))))
    ;; in-place or windows-nt
    (and
     (paths-file-readable-directory-p (paths-construct-path (list directory "lisp")))