Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
e61aad2f
Commit
e61aad2f
authored
Jan 04, 2008
by
Glenn Morris
Browse files
(tramp-smb-handle-insert-directory): Use mapc rather than mapcar.
parent
93926b07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/net/tramp-smb.el
lisp/net/tramp-smb.el
+2
-2
No files found.
lisp/net/tramp-smb.el
View file @
e61aad2f
;;; 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment