From: Erik Naggum Date: Sun, 7 Jul 1996 01:07:32 +0000 (+0000) Subject: (insert-directory): Fix previous change. X-Git-Tag: emacs-19.34~251 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e810675add847489bc9f44e7982588f34863f299;p=emacs.git (insert-directory): Fix previous change. --- 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'." (setq list (cons (substring switches 0 (match-beginning 0)) list) switches (substring switches (match-end 0)))) - (setq list (cons (nreverse switches) list))))) + (setq list (nreverse (cons switches list)))))) (append list (list (if full-directory-p