X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-jump.el;h=963253c972656e2fe67e44b424e2397e69048da8;hb=17341ec798b4cb2fe192824bcf8b7e78236e4121;hp=506ae2c8e399785c9f56169a1f16589c5d3ad807;hpb=391d9f94204234d6ef3dd701d69bfdf92dbad8f0;p=notmuch diff --git a/emacs/notmuch-jump.el b/emacs/notmuch-jump.el index 506ae2c8..963253c9 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 ;; @@ -15,11 +15,13 @@ ;; 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 ;; David Edmondson +;;; Code: + (eval-when-compile (require 'cl)) (require 'notmuch-lib) @@ -176,3 +178,5 @@ buffer." ;; (provide 'notmuch-jump) + +;;; notmuch-jump.el ends here