aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/vc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/vc.el b/lisp/vc.el
index 190cdc254be..ede3b3a4ad2 100644
--- a/lisp/vc.el
+++ b/lisp/vc.el
@@ -1618,8 +1618,8 @@ A prefix argument means do not revert the buffer afterwards."
1618 (pop-to-buffer vc-parent-buffer)) 1618 (pop-to-buffer vc-parent-buffer))
1619 (cond 1619 (cond
1620 ((not (vc-registered (buffer-file-name))) 1620 ((not (vc-registered (buffer-file-name)))
1621 (vc-registration-error (buffer-file-name)) 1621 (vc-registration-error (buffer-file-name)))
1622 (eq (vc-backend (buffer-file-name)) 'CVS) 1622 ((eq (vc-backend (buffer-file-name)) 'CVS)
1623 (error "Unchecking files under CVS is dangerous and not supported in VC")) 1623 (error "Unchecking files under CVS is dangerous and not supported in VC"))
1624 ((vc-locking-user (buffer-file-name)) 1624 ((vc-locking-user (buffer-file-name))
1625 (error "This version is locked; use vc-revert-buffer to discard changes")) 1625 (error "This version is locked; use vc-revert-buffer to discard changes"))