From: Jonas Bernoulli Date: Sat, 8 Aug 2020 11:50:00 +0000 (+0200) Subject: emacs: Add end-of-file line to libraries that lack it X-Git-Tag: 0.31_rc0~20 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a1b757c1ca111b25d3ce981942cdace04ee90429;hp=254d0f951541b7e347f32127c6b31f342e4016eb emacs: Add end-of-file line to libraries that lack it --- diff --git a/emacs/notmuch-compat.el b/emacs/notmuch-compat.el index 9d82a729..370cafa1 100644 --- a/emacs/notmuch-compat.el +++ b/emacs/notmuch-compat.el @@ -107,3 +107,5 @@ inlined." ;; End of compatibility functions (provide 'notmuch-compat) + +;;; notmuch-compat.el ends here diff --git a/emacs/notmuch-tag.el b/emacs/notmuch-tag.el index c7a1e322..5d4a6865 100644 --- a/emacs/notmuch-tag.el +++ b/emacs/notmuch-tag.el @@ -550,3 +550,5 @@ and vice versa." ;; (provide 'notmuch-tag) + +;;; notmuch-tag.el ends here