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".)
This commit is contained in:
Dato Simó
2020-07-03 19:21:18 -03:00
parent 31f918eadb
commit 7efdebce30
2 changed files with 2 additions and 2 deletions

View File

@ -443,7 +443,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")