Mercurial > emacs
changeset 94537:e158200330c2
(vc-rcs-state): Fix typos.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Fri, 02 May 2008 03:48:17 +0000 |
parents | 4482905cde4e |
children | dc1cd59ce955 |
files | lisp/ChangeLog lisp/vc-rcs.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri May 02 03:47:14 2008 +0000 +++ b/lisp/ChangeLog Fri May 02 03:48:17 2008 +0000 @@ -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.
--- a/lisp/vc-rcs.el Fri May 02 03:47:14 2008 +0000 +++ b/lisp/vc-rcs.el Fri May 02 03:48:17 2008 +0000 @@ -118,7 +118,7 @@ (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