d7789b50e4
- support for wnn and canna added - better handling of the ncurses problem Submitted by Jean-Yves Burlett <jean-yves@burlett.org>.
17 lines
695 B
Plaintext
17 lines
695 B
Plaintext
$OpenBSD: patch-lisp_find-paths_el,v 1.1 2001/03/01 21:20:16 naddy Exp $
|
|
--- lisp/find-paths.el.orig Fri Nov 17 04:21:24 2000
|
|
+++ lisp/find-paths.el Tue Feb 6 17:03:08 2001
|
|
@@ -105,6 +105,12 @@ from the search."
|
|
(paths-file-readable-directory-p (paths-construct-path (list directory
|
|
"lib"
|
|
emacs-program-name)))
|
|
+ ;; kludge, needed on obsd(/sparc?) via ports and no packages installed --jyb
|
|
+ (paths-file-readable-directory-p
|
|
+ (paths-construct-path
|
|
+ (list directory "lib"
|
|
+ (concat
|
|
+ emacs-program-name "-" emacs-program-version))))
|
|
;; in-place or windows-nt
|
|
(and
|
|
(paths-file-readable-directory-p (paths-construct-path (list directory "lisp")))
|