diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/net/tramp-smb.el | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lisp/net/tramp-smb.el b/lisp/net/tramp-smb.el index 1406f381922..e9fc92cbc0a 100644 --- 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) -	  (mapcar +	  (mapc  	   (lambda (x)  	     (when (not (zerop (length (car x))))  	       (cond | 
