]> git.eshelyaron.com Git - emacs.git/commitdiff
(tramp-smb-handle-insert-directory): Use mapc rather than mapcar.
authorGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:13:26 +0000 (03:13 +0000)
committerGlenn Morris <rgm@gnu.org>
Fri, 4 Jan 2008 03:13:26 +0000 (03:13 +0000)
lisp/net/tramp-smb.el

index 1406f381922279436f39a7c3f4731ecd22ce7c74..e9fc92cbc0acbc658ed597bbf20dce77940cc46f 100644 (file)
@@ -1,7 +1,7 @@
 ;;; tramp-smb.el --- Tramp access functions for SMB servers
 
 ;; Copyright (C) 2002, 2003, 2004, 2005, 2006,
-;;   2007 Free Software Foundation, Inc.
+;;   2007, 2008 Free Software Foundation, Inc.
 
 ;; Author: Michael Albinus <michael.albinus@gmx.de>
 ;; Keywords: comm, processes
@@ -472,7 +472,7 @@ PRESERVE-UID-GID is completely ignored."
 
        ;; Handle "-F" switch.
        (when (string-match "F" switches)
-         (mapcar
+         (mapc
           (lambda (x)
             (when (not (zerop (length (car x))))
               (cond