[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cannot build 0.3.28



>>>>> Jake Colman <colman@ppllc.com> writes:

  > hmac.el does a "(require 'hexl)" and hexl is not provided.  I
  > tried a "M-x load-library hexl" and, although it loaded, it
  > apparently does not do the provide.

IMHO this is a bug in your hexl.el.  Why don't you just add the line

        (provide 'hexl)

near the end of your hexl.el and re-byte-compile?

kai
-- 
OOP: object oriented programming;  OOPS: object oriented mistakes