[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vc-next-action on unregistered files
From: |
Christoph Conrad |
Subject: |
Re: vc-next-action on unregistered files |
Date: |
Mon, 21 Jan 2008 16:19:04 +0100 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/23.0 |
Hi Dan,
> That message should only appear if the file you are trying to register
> is already registered with the version control system in use.
No, it's displayed when the file is unregistered. See:
(if (vc-registered fname)
(error "This file is already registered")
(unless (y-or-n-p "Previous master file has vanished. Make a new one? ")
(error "Aborted")))
With kind regards,
Christoph