Re: [PATCH 5/7] emacs: hello: require cl

2017-03-11 Thread David Bremner
Mark Walters writes: > > -(eval-when-compile (require 'cl)) > +(require 'cl) > (require 'widget) > (require 'wid-edit) ; For `widget-forward'. > > @@ -1017,3 +1017,7 @@ (defun notmuch-folder () > ;; > > (provide 'notmuch-hello) > + > +;; Local Variables: > +;;

[PATCH 5/7] emacs: hello: require cl

2014-05-11 Thread Mark Walters
We will use cl at runtime in the next patch so require cl (rather than just having it eval-when-compile). We require it in notmuch-lib anyway so this is no loss in requiring it here too. --- emacs/notmuch-hello.el |6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git