Simon Josefsson writes:
Juha Takala <juha(a)viisa.dna.fi> writes:
> - I try to type C-x v v to make a check in (that worked in xemacs 20.4).
> - Xemacs complains about unbound key C-x v (that is, even the prefix is
> undefined).
Does putting
(require 'vc-hooks)
in your ~/.emacs make it work again?
Yes. That is trivial, after someone says it. Thanks!
-juha