Stefan Reichör <[EMAIL PROTECTED]> writes: > Hi!
Yow! > 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? >From a quick analysis it would appear that the only functions/macros we're using from cl-extra are the hash table functions (gethash, puthash, make-hash-table). In my emacs (from CVS) these are also defined in standard elisp--I don't have cl-extra loaded at all. Does anyone know how long these functions have been available in elisp? I guess it might be worth including if older emacsen's elisps don't have hash tables... Mark -- Mark Triggs <[EMAIL PROTECTED]>
