projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93926b0
)
(tramp-smb-handle-insert-directory): Use mapc rather than mapcar.
author
Glenn Morris
<rgm@gnu.org>
Fri, 4 Jan 2008 03:13:26 +0000
(
03:13
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Fri, 4 Jan 2008 03:13:26 +0000
(
03:13
+0000)
lisp/net/tramp-smb.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-smb.el
b/lisp/net/tramp-smb.el
index 1406f381922279436f39a7c3f4731ecd22ce7c74..e9fc92cbc0acbc658ed597bbf20dce77940cc46f 100644
(file)
--- a/
lisp/net/tramp-smb.el
+++ b/
lisp/net/tramp-smb.el
@@
-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)
- (mapc
ar
+ (mapc
(lambda (x)
(when (not (zerop (length (car x))))
(cond