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:
parent
0560d0ea3d
commit
82137b5135
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user