# HG changeset patch # User Stefan Monnier # Date 1193193265 0 # Node ID b0f9e8f1fbb20a5d7b00c6233d404d5123cf38a7 # Parent 5834796c60e530d9fdbee3a9bcba6d98d258df3c (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. diff -r 5834796c60e5 -r b0f9e8f1fbb2 lisp/ChangeLog --- 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 + + * vc.el (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. + 2007-10-24 Stefan Monnier * simple.el (reindent-then-newline-and-indent): Use a `move after diff -r 5834796c60e5 -r b0f9e8f1fbb2 lisp/vc.el --- 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