* C-x v a encounter an error
@ 2007-10-20 10:36 sunway
2007-10-24 2:36 ` Stefan Monnier
0 siblings, 1 reply; 2+ messages in thread
From: sunway @ 2007-10-20 10:36 UTC (permalink / raw)
To: emacs-devel
Wrong number of arguments: #[(backend files)
[default-directory small-temporary-file-directory temporary-file-directory
user-login-name add-log-full-name add-log-mailing-address find-change-log
make-temp-file expand-file-name "vc" ...] 16
("/usr/local/share/emacs/23.0.60/lisp/vc.elc" . 77699)], 1
emacs version: GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: C-x v a encounter an error
2007-10-20 10:36 C-x v a encounter an error sunway
@ 2007-10-24 2:36 ` Stefan Monnier
0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2007-10-24 2:36 UTC (permalink / raw)
To: sunway; +Cc: emacs-devel
> Wrong number of arguments: #[(backend files)
> [default-directory small-temporary-file-directory temporary-file-directory
> user-login-name add-log-full-name add-log-mailing-address find-change-log
> make-temp-file expand-file-name "vc" ...] 16
> ("/usr/local/share/emacs/23.0.60/lisp/vc.elc" . 77699)], 1
> emacs version: GNU Emacs 23.0.60.1 (i686-pc-linux-gnu, GTK+ Version 2.8.20)
Thanks. I believe I fixed this with the patch below,
Stefan
Index: lisp/vc.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/vc.el,v
retrieving revision 1.475
diff -u -r1.475 vc.el
--- lisp/vc.el 20 Oct 2007 20:59:36 -0000 1.475
+++ lisp/vc.el 24 Oct 2007 02:31:10 -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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-24 2:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-20 10:36 C-x v a encounter an error sunway
2007-10-24 2:36 ` Stefan Monnier
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.