From a1b757c1ca111b25d3ce981942cdace04ee90429 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sat, 8 Aug 2020 13:50:00 +0200 Subject: [PATCH] emacs: Add end-of-file line to libraries that lack it --- emacs/notmuch-compat.el | 2 ++ emacs/notmuch-tag.el | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.43.0