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. Wouldn't the best solution be if VC
simply bound this in a minor mode map?
Jan