]> git.eshelyaron.com Git - emacs.git/commitdiff
(insert-directory): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 13 Jul 1994 04:03:09 +0000 (04:03 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 13 Jul 1994 04:03:09 +0000 (04:03 +0000)
lisp/files.el

index 5206a5871ddafc176c096a3028760a7faf1e5f5a..d08196d949388293aa499abd5ad25478d23bcc5d 100644 (file)
@@ -2126,9 +2126,9 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
                                         " -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