On 2010-09-06 20:42 +0200, Stephen Leake wrote: > A workaround for this is to remove Mtn from vc-handled-backends: > > (setq vc-handled-backends '(CVS))
That's throwing out the baby with the bath water. Those who want the SVN, Git, Hg etc. backends should use this instead: (setq vc-handled-backends (delete 'Mtn vc-handled-backends)) Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

