changeset 8232:d87067f822f5

(insert-directory): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 13 Jul 1994 04:03:09 +0000
parents 5226ed89c1a6
children 5b063488f2f8
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Wed Jul 13 03:52:05 1994 +0000
+++ b/lisp/files.el	Wed Jul 13 04:03:09 1994 +0000
@@ -2126,9 +2126,9 @@
 					 " -d "
 					 (if (stringp switches)
 					     switches
-					   (mapconcat 'identity switches " ")
+					   (mapconcat 'identity switches " "))
 					 " "
-					 pattern))))
+					 pattern)))
 	  ;; SunOS 4.1.3, SVr4 and others need the "." to list the
 	  ;; directory if FILE is a symbolic link.
 	  (apply 'call-process