From: Dan Nicolaescu Date: Fri, 2 May 2008 03:48:17 +0000 (+0000) Subject: (vc-rcs-state): Fix typos. X-Git-Tag: emacs-pretest-23.0.90~5892 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15ef1eaebb0b795b0d0c9456374cec56766cc8e3;p=emacs.git (vc-rcs-state): Fix typos. --- 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