Hi! We have the following statement in xtla.el:
;; Hash tables (eval-and-compile 'cl-extra) That statement caused a parse error in semantic. So I complained on the cedet mailing list. They fixed the problem. But David Ponce also noted, that it should be (eval-and-compile (require 'cl-extra)) I think, he is right. Should I fix it? Stefan.
