[3478] in Athena Bugs
Bad paths in /usr/athena/lib/gnuemacs/lisp/paths.el
daemon@ATHENA.MIT.EDU (klee@ATHENA.MIT.EDU)
Mon Oct 23 13:15:37 1989
From: klee@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Mon, 23 Oct 89 13:15:11 EDT
An excerpt from paths.el:
------
(defvar mh-lib
(cond ((file-exists-p "/usr/new/lib/mh") "/usr/new/lib/mh/")
((file-exists-p "/usr/local/lib/mh") "/usr/local/lib/mh/")
(t "/usr/local/bin/mh/"))
"Directory of MH library")
------
It would be nice if it could find "/usr/new/mh/lib".