emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (vc-annotate-revision-previous-to-line) rcs, cannot go back


From: Thien-Thi Nguyen
Subject: Re: (vc-annotate-revision-previous-to-line) rcs, cannot go back
Date: Sat, 20 Apr 2013 13:22:53 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

() Uwe Brauer <address@hidden>
() Sat, 20 Apr 2013 12:08:43 +0200

   however it does not work in GNU emacs 23, since it does not know
   the functions, vc-rcs-minor-part, vc-rcs-trunk-p
   I presume I have to try 24?

Those funcs are available as of Emacs 23.2, i believe.  In Emacs 23.1,
they were named ‘vc-minor-part’ and ‘vc-trunk-p’, respectively.  If you
cannot upgrade, you can obtain temporary relief with:

(defalias 'vc-rcs-minor-part 'vc-minor-part)
(defalias 'vc-rcs-trunk-p 'vc-trunk-p)

But it's probably better to get out alive while you can...

-- 
Thien-Thi Nguyen
GPG key: 4C807502

Attachment: pgpXB7fRz3iAy.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]