X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-parser.el;h=bb0379c102f653c2df12b08afd012186f3003a3e;hb=967bbc0792d8d36cdf1e110d8b9eb0aa26d8a646;hp=d59c0e1cc22727d60454ac0a79a04f63a99cf21d;hpb=b89ffba3012603d3eb9b1e144bf0a81480588ea3;p=notmuch diff --git a/emacs/notmuch-parser.el b/emacs/notmuch-parser.el index d59c0e1c..bb0379c1 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 ;; @@ -15,10 +15,12 @@ ;; General Public License for more details. ;; ;; You should have received a copy of the GNU General Public License -;; along with Notmuch. If not, see . +;; along with Notmuch. If not, see . ;; ;; 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