patch-lisp_mail_mh-utils_el 985 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-lisp_mail_mh-utils_el,v 1.1 2013/03/15 14:09:22 sthen Exp $
  2. --- lisp/mail/mh-utils.el.orig Sun Mar 10 20:36:56 2013
  3. +++ lisp/mail/mh-utils.el Sun Mar 10 20:40:42 2013
  4. @@ -635,7 +635,7 @@ directory names."
  5. ;; components, then look for lib/mh or mh/lib.
  6. (or (mh-path-search
  7. (mapcar (lambda (p) (expand-file-name p mh-base))
  8. - '("lib/mh" "etc/nmh" "/etc/nmh" "mh/lib" "etc" "lib"))
  9. + '("lib/nmh" "lib/mh" "etc/nmh" "/etc/nmh" "mh/lib" "etc" "lib"))
  10. "components"
  11. 'file-exists-p))))
  12. (or (and mh-lib-progs
  13. @@ -643,7 +643,7 @@ directory names."
  14. (setq mh-lib-progs
  15. (or (mh-path-search
  16. (mapcar (lambda (p) (expand-file-name p mh-base))
  17. - '("lib/mh" "libexec/nmh" "lib/nmh" "mh/lib" "lib"))
  18. + '("libexec" "lib/mh" "libexec/nmh" "lib/nmh" "mh/lib" "lib"))
  19. "mhl")
  20. (mh-path-search '("/usr/local/bin/mh/") "mhl")
  21. (mh-path-search exec-path "mhl") ;unlikely