On 2007-07-31 11:19:56 +0200, David Kågedal wrote: > Karl Hasselström <kha@xxxxxxxxxxx> writes: > > > On 2007-07-24 12:12:47 +0200, Alexandre Julliard wrote: > > > > > + (if node (ewoc-set-data node info) (ewoc-enter-last status info)))) > > > > My emacs doesn't like this. When i do "a" or "U" (and quite > > possibly others that I haven't tried yet) I get > > > > git-insert-fileinfo: Symbol's function definition is void: ewoc-set-data > > You probably need to add a (require 'ewoc). Try loading ewoc and run > the command again. git.el already requires ewoc. And it uses a number of ewoc functions (and has done so since its creation); this newly introduced call is the only one that fails. Also, I've just discovered that with Emacs 22.1, I don't see this problem. So my guess is that ewoc-set-data is newer than Emacs 21.4. -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html