[comp.emacs] Problem with byte-compile

ron@clarity.Princeton.EDU (Ronald Beekelaar) (11/25/89)

Hi everyone,

  I have a problem with a function I wrote, that makes use of a macro which
already exists in elisp code that has been loaded.

  When I load this function un-compiled and execute it, it works fine. When I
byte-compile the same function and load the byte-compiled version and execute
it, it gives me a "invalid function" error on the used macro.

  What could be the problem and how can I fix it, so I will be able to load
and execute the byte-compiled version of this function? Is there something I
should now about macros ?

Thanks
--
------
ron
------