]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Add end-of-file line to libraries that lack it
authorJonas Bernoulli <jonas@bernoul.li>
Sat, 8 Aug 2020 11:50:00 +0000 (13:50 +0200)
committerDavid Bremner <david@tethera.net>
Mon, 10 Aug 2020 00:14:36 +0000 (21:14 -0300)
emacs/notmuch-compat.el
emacs/notmuch-tag.el

index 9d82a7293a3805bc5676def8339f5d241a5206af..370cafa19bcdc6a5ebe637aa331b772c28db84c2 100644 (file)
@@ -107,3 +107,5 @@ inlined."
 ;; End of compatibility functions
 
 (provide 'notmuch-compat)
+
+;;; notmuch-compat.el ends here
index c7a1e3220946ad3a2ec1c1f8afc7b320d9c7ae83..5d4a6865c4c4ffd7aa98be764e0ada386fef4f02 100644 (file)
@@ -550,3 +550,5 @@ and vice versa."
 ;;
 
 (provide 'notmuch-tag)
+
+;;; notmuch-tag.el ends here