aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorErik Naggum1996-07-07 01:07:32 +0000
committerErik Naggum1996-07-07 01:07:32 +0000
commite810675add847489bc9f44e7982588f34863f299 (patch)
tree1b0bc084609bc828de7ec8d068f7776f16a71248 /lisp
parent6f89d28ab449805db76410c551f1b945e5f03c94 (diff)
downloademacs-e810675add847489bc9f44e7982588f34863f299.tar.gz
emacs-e810675add847489bc9f44e7982588f34863f299.zip
(insert-directory): Fix previous change.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index a7414a787e3..100b1e6ac21 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2661,7 +2661,7 @@ If WILDCARD, it also runs the shell specified by `shell-file-name'."
2661 (setq list (cons (substring switches 0 (match-beginning 0)) 2661 (setq list (cons (substring switches 0 (match-beginning 0))
2662 list) 2662 list)
2663 switches (substring switches (match-end 0)))) 2663 switches (substring switches (match-end 0))))
2664 (setq list (cons (nreverse switches) list))))) 2664 (setq list (nreverse (cons switches list))))))
2665 (append list 2665 (append list
2666 (list 2666 (list
2667 (if full-directory-p 2667 (if full-directory-p