ahyatt/emacs-websocket

Remove cl requirement from webocket

ahyatt opened this issue · 1 comments

If this library is ever to be added to emacs, it should not have the cl package required.

tkf commented

I think it is OK to require it at compile time. All you need to do is replace (require 'cl) with (eval-when-compile (require 'cl)).

See:
http://www.gnu.org/software/emacs/manual/html_node/cl/Overview.html