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:
parent
2e810285eb
commit
4c2c1de1fd
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user