|
From: | Juri Linkov |
Subject: | Re: Ediff-patch-file with wrong default buffer |
Date: | Wed, 03 Feb 2010 00:38:19 +0200 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/23.1.92 (x86_64-pc-linux-gnu) |
>> (defun ediff-file-checked-in-p (file) >> (and (featurep 'vc-hooks) >> ;; CVS files are considered not checked in >> - (not (memq (vc-backend file) '(nil CVS))) >> + (not (memq (vc-backend file) '(nil CVS Bzr))) > > Isn't that backwards? Shouldn't (not (memq (vc-backend file) '(nil CVS))) > be replaced by (memq (vc-backend file) '(RCS SCCS))? Done. -- Juri Linkov http://www.jurta.org/emacs/
[Prev in Thread] | Current Thread | [Next in Thread] |