Mercurial > emacs
changeset 85606:b0f9e8f1fbb2
(vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 24 Oct 2007 02:34:25 +0000 |
parents | 5834796c60e5 |
children | c19beeecd4fd |
files | lisp/ChangeLog lisp/vc.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Oct 24 02:22:21 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 24 02:34:25 2007 +0000 @@ -1,3 +1,7 @@ +2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca> + + * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. + 2007-10-24 Stefan Monnier <monnier@iro.umontreal.ca> * simple.el (reindent-then-newline-and-indent): Use a `move after
--- a/lisp/vc.el Wed Oct 24 02:22:21 2007 +0000 +++ b/lisp/vc.el Wed Oct 24 02:34:25 2007 +0000 @@ -2935,7 +2935,7 @@ (defalias 'vc-rcs-update-changelog 'vc-update-changelog-rcs2log) ;; FIXME: This should probably be moved to vc-rcs.el and replaced in ;; vc-cvs.el by code using cvs2cl. -(defun vc-update-changelog-rcs2log (backend files) +(defun vc-update-changelog-rcs2log (files) "Default implementation of update-changelog. Uses `rcs2log' which only works for RCS and CVS." ;; FIXME: We (c|sh)ould add support for cvs2cl