Juha Takala <juha(a)viisa.dna.fi> writes:
- I made changes in a file that is under version control.
- I try to type C-x v v to make a check in (that worked in xemacs 20.4).
VC is switched off by default now.
- Xemacs complains about unbound key C-x v (that is, even the prefix
is
undefined).
You need to have a (require 'vc-hooks) in your .emacs for the keys to
be bound from the start.
- I type: M-x vc-next-action, it does the check in.
- My packages are installed from xemacs-sumo-1999-02-02.tar.gz.
Jan