]> git.eshelyaron.com Git - emacs.git/commitdiff
(vc-update-changelog-rcs2log): Remove incorrect `backend' arg.
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:34:25 +0000 (02:34 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 24 Oct 2007 02:34:25 +0000 (02:34 +0000)
lisp/ChangeLog
lisp/vc.el

index 0b3c86d40978f653c9f849a7fd601978a4456ef4..4879c14896706b9657d2fcb75c81914badb257c3 100644 (file)
@@ -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
index 27400bf87f69c11c4626c43ef1e1b98e2cdc3069..be6e8c5883bab72e7b90a413d5170fe8145ea27a 100644 (file)
@@ -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