X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-jump.el;h=fd770f1ec50e39f81afe481374fafbbc2f97b72a;hp=506ae2c8e399785c9f56169a1f16589c5d3ad807;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 506ae2c8..fd770f1e 100644 --- a/emacs/notmuch-jump.el +++ b/emacs/notmuch-jump.el @@ -1,4 +1,4 @@ -;; notmuch-jump.el --- User-friendly shortcut keys +;;; notmuch-jump.el --- User-friendly shortcut keys ;; ;; Copyright © Austin Clements ;; @@ -20,6 +20,8 @@ ;; Authors: Austin Clements ;; David Edmondson +;;; Code: + (eval-when-compile (require 'cl)) (require 'notmuch-lib) @@ -176,3 +178,5 @@ buffer." ;; (provide 'notmuch-jump) + +;;; notmuch-jump.el ends here