changeset 87559:59f471917fe0

(tramp-smb-handle-insert-directory): Use mapc rather than mapcar.
author Glenn Morris <rgm@gnu.org>
date Fri, 04 Jan 2008 03:13:26 +0000
parents b848b52f4da3
children 62e8690b9f1a
files lisp/net/tramp-smb.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/net/tramp-smb.el	Fri Jan 04 03:13:06 2008 +0000
+++ b/lisp/net/tramp-smb.el	Fri Jan 04 03:13:26 2008 +0000
@@ -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 @@
 
 	;; Handle "-F" switch.
 	(when (string-match "F" switches)
-	  (mapcar
+	  (mapc
 	   (lambda (x)
 	     (when (not (zerop (length (car x))))
 	       (cond