diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-08-08 13:49:54 +0200 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-08-09 21:14:36 -0300 |
| commit | df3fab18fe70ea750f6f06da30291c67de7e74f2 (patch) | |
| tree | f9e72ff732c6cd76f3602673fe5a6bc1f9109e93 /emacs/notmuch.el | |
| parent | 73b8f0b8d71af395667022395b6d6bb692c3aaf2 (diff) | |
emacs: Increase consistency of library headers
Diffstat (limited to 'emacs/notmuch.el')
| -rw-r--r-- | emacs/notmuch.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 75fe6900..babddbb6 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -18,7 +18,7 @@ ;; along with Notmuch. If not, see <https://www.gnu.org/licenses/>. ;; ;; Authors: Carl Worth <cworth@cworth.org> -;; Homepage: https://notmuchmail.org/ +;; Homepage: https://notmuchmail.org ;;; Commentary: @@ -62,7 +62,7 @@ ;; ;; TL;DR: notmuch-emacs from MELPA and notmuch from distro packages is ;; NOT SUPPORTED. -;; + ;;; Code: (eval-when-compile (require 'cl-lib)) |
