1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(diff): Call shell-quote-argument.

This commit is contained in:
Richard M. Stallman 1993-12-31 09:26:43 +00:00
parent 8af7df607d
commit c9cebcb1e5

View file

@ -207,8 +207,10 @@ With prefix arg, prompt for diff switches."
(list diff-switches)))
(if (or old-alt new-alt)
(list "-L" old "-L" new))
(list (or old-alt old))
(list (or new-alt new)))
(list
(shell-quote-argument (or old-alt old)))
(list
(shell-quote-argument (or new-alt new))))
" ")))
(setq buf
(compile-internal command