1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-20 18:17:20 +00:00

(vc-backend-diff): Handle either string or list.

This commit is contained in:
Richard M. Stallman 1993-05-09 14:29:33 +00:00
parent 2e810285eb
commit 4c2c1de1fd

View File

@ -1487,7 +1487,9 @@ Return nil if there is no such person."
file
(and oldvers (concat "-r" oldvers))
(and newvers (concat "-r" newvers))
diff-switches
(if (listp diff-switches)
diff-switches
(list diff-switches))
))
(defun vc-check-headers ()