]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-parser.el
emacs: improve how cl-lib and pcase are required
[notmuch] / emacs / notmuch-parser.el
index 294e05445b467ac98504d4810053b270c6b3a074..9749a6be51bd6e2c6577d2d24e3112a014294de4 100644 (file)
@@ -21,7 +21,8 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl-lib))
+(require 'cl-lib)
+(require 'pcase)
 
 (defun notmuch-sexp-create-parser ()
   "Return a new streaming S-expression parser.