diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2020-11-16 22:28:26 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2020-12-06 16:18:50 -0400 |
| commit | 471f161850e743ee558ab826ccfc019746baeebe (patch) | |
| tree | 0b9be9ec4d1a25d6ab172cc61e33abd3ecc48f8b /emacs/notmuch-hello.el | |
| parent | dfd99c7fba16d787cad7f8a6c39d66310b1af909 (diff) | |
emacs: define notmuch-hello-url as a constant
Diffstat (limited to 'emacs/notmuch-hello.el')
| -rw-r--r-- | emacs/notmuch-hello.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index 69d0ad64..003bec33 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el @@ -282,7 +282,7 @@ International Bureau of Weights and Measures." :group 'notmuch-hello :group 'notmuch-hooks) -(defvar notmuch-hello-url "https://notmuchmail.org" +(defconst notmuch-hello-url "https://notmuchmail.org" "The `notmuch' web site.") (defvar notmuch-hello-custom-section-options |
