Mercurial > emacs
changeset 102439:9204501d759c
(woman-parse-colon-path): Return a list even if there's only one directory
in PATHS.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 07 Mar 2009 14:35:53 +0000 |
parents | c9e4d48261ce |
children | 7799802575e6 |
files | lisp/woman.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/woman.el Sat Mar 07 13:31:35 2009 +0000 +++ b/lisp/woman.el Sat Mar 07 14:35:53 2009 +0000 @@ -468,7 +468,7 @@ (parse-colon-path paths))) ((string-match "\\`[a-zA-Z]:" paths) ;; Assume single DOS-style path... - paths) + (list paths)) (t ;; Assume UNIX/Cygwin-style path-list... (woman-mapcan ; splice list into list