bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51800: 29.0.50; vc-{cvs,dav,rcs,sccs}-responsible-p should not retur


From: TAKAHASHI Yoshio
Subject: bug#51800: 29.0.50; vc-{cvs,dav,rcs,sccs}-responsible-p should not return t
Date: Sat, 13 Nov 2021 10:24:20 +0900
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hi,

vc-*-responsible-p should not return t.
it should return nil or path string.

for example, `vc-rcs-responsible-p' returns the result of
`file-directory-p', that is t or nil.
if it returns t, the caller, `vc-backend-for-registration', raises an
error, because it expects SEQUENCE.

-- 
tkh





reply via email to

[Prev in Thread] Current Thread [Next in Thread]