comparison lisp/vc.el @ 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 a67741d41dc7
children b627bc69db6a 4bc33ffdda1a
comparison
equal deleted inserted replaced
85605:5834796c60e5 85606:b0f9e8f1fbb2
2933 2933
2934 (defalias 'vc-cvs-update-changelog 'vc-update-changelog-rcs2log) 2934 (defalias 'vc-cvs-update-changelog 'vc-update-changelog-rcs2log)
2935 (defalias 'vc-rcs-update-changelog 'vc-update-changelog-rcs2log) 2935 (defalias 'vc-rcs-update-changelog 'vc-update-changelog-rcs2log)
2936 ;; FIXME: This should probably be moved to vc-rcs.el and replaced in 2936 ;; FIXME: This should probably be moved to vc-rcs.el and replaced in
2937 ;; vc-cvs.el by code using cvs2cl. 2937 ;; vc-cvs.el by code using cvs2cl.
2938 (defun vc-update-changelog-rcs2log (backend files) 2938 (defun vc-update-changelog-rcs2log (files)
2939 "Default implementation of update-changelog. 2939 "Default implementation of update-changelog.
2940 Uses `rcs2log' which only works for RCS and CVS." 2940 Uses `rcs2log' which only works for RCS and CVS."
2941 ;; FIXME: We (c|sh)ould add support for cvs2cl 2941 ;; FIXME: We (c|sh)ould add support for cvs2cl
2942 (let ((odefault default-directory) 2942 (let ((odefault default-directory)
2943 (changelog (find-change-log)) 2943 (changelog (find-change-log))