]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-rcs-state): Fix typos.
authorDan Nicolaescu <dann@ics.uci.edu>
Fri, 2 May 2008 03:48:17 +0000 (03:48 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Fri, 2 May 2008 03:48:17 +0000 (03:48 +0000)
lisp/ChangeLog
lisp/vc-rcs.el

index 8b7d111d1cfe39d2517386c52ec90ea3808f51eb..e9d6ded2cd8a636dcab729609310a2c946b3f793 100644 (file)
@@ -1,5 +1,7 @@
 2008-05-02  Dan Nicolaescu  <dann@ics.uci.edu>
 
+       * 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.
index 0ef41557bb5ec174fd38e3787b69d2f340c2c8a6..d6157171985aa310b1ad0237c91737fb2ebb00af 100644 (file)
@@ -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