Merge pull request #1241 from jabranham/dont-declare-nil-obsolete

mu4e: Fix call to make-obsolete-variable
This commit is contained in:
Dirk-Jan C. Binnema 2018-05-19 11:19:17 +03:00 committed by GitHub
commit 84376b4aa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ We have the following choices:
'mu4e-compose-crypto-reply-policy' variable is deprecated.
'mu4e-compose-crypto-reply-plain-policy' and
'mu4e-compose-crypto-reply-encrypted-policy' should be used instead")
(make-obsolete-variable mu4e-compose-crypto-reply-policy "The use of the
(make-obsolete-variable 'mu4e-compose-crypto-reply-policy "The use of the
'mu4e-compose-crypto-reply-policy' variable is deprecated.
'mu4e-compose-crypto-reply-plain-policy' and
'mu4e-compose-crypto-reply-encrypted-policy' should be used instead"