diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:50:00 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | a1b757c1ca111b25d3ce981942cdace04ee90429 (patch) | |
| tree | f1240f411ac09f7921decc4660ce0ba87233cbfd /emacs/notmuch-compat.el | |
| parent | 254d0f951541b7e347f32127c6b31f342e4016eb (diff) | |
emacs: Add end-of-file line to libraries that lack it
Diffstat (limited to 'emacs/notmuch-compat.el')
| -rw-r--r-- | emacs/notmuch-compat.el | 2 |
1 files changed, 2 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 |
