summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Bernoulli <jonas@bernoul.li>2020-08-08 13:50:00 +0200
committerDavid Bremner <david@tethera.net>2020-08-09 21:14:36 -0300
commita1b757c1ca111b25d3ce981942cdace04ee90429 (patch)
treef1240f411ac09f7921decc4660ce0ba87233cbfd
parent254d0f951541b7e347f32127c6b31f342e4016eb (diff)
emacs: Add end-of-file line to libraries that lack it
-rw-r--r--emacs/notmuch-compat.el2
-rw-r--r--emacs/notmuch-tag.el2
2 files changed, 4 insertions, 0 deletions
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