# HG changeset patch # User Miles Bader # Date 836459138 0 # Node ID 7d29420c2fec19eea44475bf2ed64a3baf3113e0 # Parent 0d4a7f47f31de291803e564f1524557145b6027f (insert-directory): When converting SWITCHES string to a list, put back in original order. diff -r 0d4a7f47f31d -r 7d29420c2fec lisp/files.el --- a/lisp/files.el Thu Jul 04 05:45:33 1996 +0000 +++ b/lisp/files.el Thu Jul 04 05:45:38 1996 +0000 @@ -2661,7 +2661,7 @@ (setq list (cons (substring switches 0 (match-beginning 0)) list) switches (substring switches (match-end 0)))) - (setq list (cons switches list))))) + (setq list (cons (nreverse switches) list))))) (append list (list (if full-directory-p