From 0b8dce84f860b63078b7bc81ee170947c9ab39a5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 24 Oct 2007 02:34:25 +0000 Subject: [PATCH] (vc-update-changelog-rcs2log): Remove incorrect `backend' arg. --- lisp/ChangeLog | 4 ++++ lisp/vc.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0b3c86d4097..4879c148967 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/vc.el b/lisp/vc.el index 27400bf87f6..be6e8c5883b 100644 --- a/lisp/vc.el +++ b/lisp/vc.el @@ -2935,7 +2935,7 @@ editing non-current revisions is not supported by default." (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 -- 2.39.2