emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp woman.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp woman.el
Date: Sat, 07 Mar 2009 14:35:53 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/03/07 14:35:53

Modified files:
        lisp           : woman.el 

Log message:
        (woman-parse-colon-path): Return a list even if there's only one 
directory
        in PATHS.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/woman.el?cvsroot=emacs&r1=1.77&r2=1.78

Patches:
Index: woman.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/woman.el,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -b -r1.77 -r1.78
--- woman.el    5 Jan 2009 03:19:57 -0000       1.77
+++ woman.el    7 Mar 2009 14:35:53 -0000       1.78
@@ -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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]