emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/files.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/files.el,v
Date: Tue, 25 Sep 2007 11:05:46 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/09/25 11:05:46

Index: files.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/files.el,v
retrieving revision 1.929
retrieving revision 1.930
diff -u -b -r1.929 -r1.930
--- files.el    19 Sep 2007 17:26:29 -0000      1.929
+++ files.el    25 Sep 2007 11:05:46 -0000      1.930
@@ -643,7 +643,7 @@
        (let ((trypath (parse-colon-path (getenv "CDPATH"))))
          (setq cd-path (or trypath (list "./")))))
     (if (not (catch 'found
-              (mapcar
+              (mapc
                (function (lambda (x)
                            (let ((f (expand-file-name (concat x dir))))
                              (if (file-directory-p f)




reply via email to

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