Michael> vc-call is a macro defined in vc-hooks. The first
argument
Michael> should be unquoted.
Michael> Try (vc-call state "somefile")
Sorry, I don't know what you are suggesting I do. (Lisp macros have always
confused me.) The call in ediff-vc-latest-version is already
(vc-call state file)
Are you suggesting I should quote "file":
(vc-call state "file")
Skip
Oh, I see. Xemacs' vc seems to be completely different from the gnu version.
It does not have vc-call.
This function (ediff-vc-latest-version) in ediff has not changed for over
4 years.
But why does it bother you? XEmacs has vc-latest-version, and this is what
is used then. Gnu emacs does not have it, and so the other if-branch is used.
In that branch a macro vc-call is used (correctly).
--michael
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta