Support options with embedded whitespace in 'dired-listing-switches'
commitc71b718be86bdda7b51c8ea0da30aa896a7833fe
authorEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2017 10:02:55 +0000 (4 12:02 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 4 Feb 2017 10:02:55 +0000 (4 12:02 +0200)
tree9c4b62b2e0964205d6feb63119fe00a4e2506d13
parent331eb6c915a4a12a3a1034615f68cd4dc4bd7e32
Support options with embedded whitespace in 'dired-listing-switches'

* lisp/dired.el (dired-listing-switches): Document how to quote
options with embedded whitespace.

* lisp/files.el (insert-directory): Use split-string-and-unquote
to support dired-listing-switches that specify command-line
options with embedded spaces.  (Bug#25485)
lisp/dired.el
lisp/files.el