X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-parser.el;h=620ca89ddc5edb6e20623c9d691885ea0c0318b5;hp=d59c0e1cc22727d60454ac0a79a04f63a99cf21d;hb=cfabfc6dab95f28eaa3d7261bca38ade32a69f79;hpb=b89ffba3012603d3eb9b1e144bf0a81480588ea3 diff --git a/emacs/notmuch-parser.el b/emacs/notmuch-parser.el index d59c0e1c..620ca89d 100644 --- a/emacs/notmuch-parser.el +++ b/emacs/notmuch-parser.el @@ -1,4 +1,4 @@ -;; notmuch-parser.el --- streaming S-expression parser +;;; notmuch-parser.el --- streaming S-expression parser ;; ;; Copyright © Austin Clements ;; @@ -19,6 +19,8 @@ ;; ;; Authors: Austin Clements +;;; Code: + (require 'cl) (defun notmuch-sexp-create-parser () @@ -205,3 +207,5 @@ move point in the input buffer." ;; Local Variables: ;; byte-compile-warnings: (not cl-functions) ;; End: + +;;; notmuch-parser.el ends here