[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-checkin (RCS) always. Problem with vc-checkin
From: |
Uwe Brauer |
Subject: |
Re: vc-checkin (RCS) always. Problem with vc-checkin |
Date: |
Sat, 12 Sep 2015 15:04:38 +0200 |
User-agent: |
Gnus/5.13001 (Ma Gnus v0.10) Emacs/25.0.50 (gnu/linux) |
>>>>> "Andreas" == Andreas Schwab <address@hidden> writes:
> Uwe Brauer <address@hidden> writes:
>> (vc-checkin (buffer-file-name) nil "")
> vc-checkin expects a list as the first argument.
This was suggested to me
(vc-call-backend 'RCS 'checkin (list (buffer-file-name)) "")
and did not work,
While
(vc-checkin (list (buffer-file-name)) 'RCS " ")
works now, I swear it did not last week with GNU Emacs 24, now I am
using the actual git version
Thanks
Uwe Brauer