summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDato Simó <dato@net.com.org.es>2020-07-03 19:21:18 -0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2020-07-26 12:06:18 +0300
commitc7a6aae7804ad3aa8978f862ede0b0572cfa29ee (patch)
treeb919f266eec5952c9c1bc71411ef0e23df561949
parent1db7c5e263173313c73e8f80f02aed49e2a47a7b (diff)
NEWS.org, mu4e-vars.e.: fix spelling mu4e-contact-rewrite-function
mu4e-contact-rewrite-function was obsoleted in 1.4, but the entry in NEWS.org entry, and the make-obsolete-variable call, referred to it as mu4e-contacts-rewrite-function. (Should be "contact", not "contacts".)
-rw-r--r--NEWS.org2
-rw-r--r--mu4e/mu4e-vars.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS.org b/NEWS.org
index 075d733..28bb44f 100644
--- a/NEWS.org
+++ b/NEWS.org
@@ -59,7 +59,7 @@
get the contacts that have changed since the last round.
We also moved sorting the contacts to the mu-side, which speeds things up
- further. However, as a side-effect of this, ~mu4e-contacts-rewrite-function~
+ further. However, as a side-effect of this, ~mu4e-contact-rewrite-function~
and ~mu4e-compose-complete-ignore-address-regexp~ have been obsoleted; users
of those should migrate to ~mu4e-contact-process-function~; see its
docstring for details.
diff --git a/mu4e/mu4e-vars.el b/mu4e/mu4e-vars.el
index 1b1f964..4af0468 100644
--- a/mu4e/mu4e-vars.el
+++ b/mu4e/mu4e-vars.el
@@ -421,7 +421,7 @@ their canonical counterpart; useful as an example."
(mail (plist-get contact :mail)))
(list :name name :mail mail)))
-(make-obsolete-variable 'mu4e-contacts-rewrite-function
+(make-obsolete-variable 'mu4e-contact-rewrite-function
"mu4e-contact-process-function (see docstring)" "mu4e 1.3.2")
(make-obsolete-variable 'mu4e-compose-complete-ignore-address-regexp
"mu4e-contact-process-function (see docstring)" "mu4e 1.3.2")