Jan Vroonhof <vroonhof(a)math.ethz.ch> writes:
Hrvoje Niksic <hniksic(a)srce.hr> writes:
> I'm not sure if `vc-hooks.el' changed since 20.4. I
Of coursge it changed! Taming vc-hooks.el was one of the reasons we
have packages now/
Currently it just contains:
(define-key global-map "\C-x\C-q" 'vc-toggle-read-only)
i.e. it is not autoloaded at all.
Awful. So what is the right way to fix it, then?
Wouldn't the best solution be if VC simply bound this in a minor
mode map?
But then you're still overriding the user's explicit choice.