From 15ef1eaebb0b795b0d0c9456374cec56766cc8e3 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 2 May 2008 03:48:17 +0000 Subject: [PATCH] (vc-rcs-state): Fix typos. --- lisp/ChangeLog | 2 ++ lisp/vc-rcs.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8b7d111d1cf..e9d6ded2cd8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-05-02 Dan Nicolaescu + * vc-rcs.el (vc-rcs-state): Fix typos. + * vc.el (vc-register): Change argument order so that the prefix argument is assigned correctly. (vc-next-action, vc-dir-register): Update for the above change. diff --git a/lisp/vc-rcs.el b/lisp/vc-rcs.el index 0ef41557bb5..d6157171985 100644 --- a/lisp/vc-rcs.el +++ b/lisp/vc-rcs.el @@ -118,7 +118,7 @@ For a description of possible values, see `vc-check-master-templates'." (defun vc-rcs-state (file) "Implementation of `vc-state' for RCS." - (if (not (vc-rc-registered f)) + (if (not (vc-rcs-registered file)) 'unregistered (or (boundp 'vc-rcs-headers-result) (and vc-consult-headers -- 2.39.5