2003-04-24 14:15:39 -04:00
|
|
|
$OpenBSD: patch-lisp_find-paths_el,v 1.2 2003/04/24 18:15:39 lebel Exp $
|
|
|
|
--- lisp/find-paths.el.orig Wed Jul 25 09:44:25 2001
|
|
|
|
+++ lisp/find-paths.el Mon Mar 25 22:29:54 2002
|
2001-03-01 16:20:15 -05:00
|
|
|
@@ -105,6 +105,12 @@ from the search."
|
2000-08-15 17:41:28 -04:00
|
|
|
(paths-file-readable-directory-p (paths-construct-path (list directory
|
|
|
|
"lib"
|
|
|
|
emacs-program-name)))
|
2001-03-01 16:20:15 -05:00
|
|
|
+ ;; kludge, needed on obsd(/sparc?) via ports and no packages installed --jyb
|
2000-08-15 17:41:28 -04:00
|
|
|
+ (paths-file-readable-directory-p
|
|
|
|
+ (paths-construct-path
|
|
|
|
+ (list directory "lib"
|
|
|
|
+ (concat
|
|
|
|
+ emacs-program-name "-" emacs-program-version))))
|
|
|
|
;; in-place or windows-nt
|
2003-04-24 14:15:39 -04:00
|
|
|
(and
|
2000-08-15 17:41:28 -04:00
|
|
|
(paths-file-readable-directory-p (paths-construct-path (list directory "lisp")))
|