1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

* lisp/files.el: Comment.

This commit is contained in:
Glenn Morris 2011-02-28 19:43:14 -08:00
parent 0560d0ea3d
commit 82137b5135

View File

@ -5848,6 +5848,9 @@ normally equivalent short `-D' option is just passed on to
(file-name-directory file)
(file-name-directory (expand-file-name file))))
(pattern (file-name-nondirectory file)))
;; NB since switches is passed to the shell, be
;; careful of malicious values, eg "-l;reboot".
;; See eg dired-safe-switches-p.
(call-process
shell-file-name nil t nil
"-c"