Bug in ediff-vc-latest-version w/ new vc
skip at pobox.com
skip at pobox.com
Sun Aug 19 20:03:31 EDT 2007
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
More information about the XEmacs-Beta
mailing list