]> git.notmuchmail.org Git - notmuch/blobdiff - emacs/notmuch-parser.el
Merge tag '0.31.4'
[notmuch] / emacs / notmuch-parser.el
index 294e05445b467ac98504d4810053b270c6b3a074..f04b07c2e51b28e34f03469b88205d279c45a587 100644 (file)
@@ -21,7 +21,9 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'cl-lib))
+(require 'cl-lib)
+(require 'pcase)
+(require 'subr-x)
 
 (defun notmuch-sexp-create-parser ()
   "Return a new streaming S-expression parser.