X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-parser.el;h=f04b07c2e51b28e34f03469b88205d279c45a587;hb=03366a3c5aa313de41bddd61dedc5b5c002e0469;hp=294e05445b467ac98504d4810053b270c6b3a074;hpb=93c95802a4c369c1460bae4d6b8ace8d664a8494;p=notmuch diff --git a/emacs/notmuch-parser.el b/emacs/notmuch-parser.el index 294e0544..f04b07c2 100644 --- a/emacs/notmuch-parser.el +++ b/emacs/notmuch-parser.el @@ -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.