X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-parser.el;h=620ca89ddc5edb6e20623c9d691885ea0c0318b5;hp=d59c0e1cc22727d60454ac0a79a04f63a99cf21d;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 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