mu4e: fix emacs-29 bytecompiler warnings

Wrong single quotes.
This commit is contained in:
Dirk-Jan C. Binnema
2022-05-27 21:00:37 +03:00
parent a1461a47f3
commit a1f0c5e9eb
17 changed files with 157 additions and 146 deletions

View File

@ -184,7 +184,7 @@ receive (:info add :path <path> :docid <docid>) as well as (:update
RETAG-ARG is a comma-separated list of additions and removals.
Example: +tag,+long tag,-oldtag
would add 'tag' and 'long tag', and remove 'oldtag'."
would add \"tag\" and \"long tag\", and remove \"oldtag\"."
(let* (
(path (mu4e-message-field msg :path))
(oldtags (mu4e-message-field msg :tags))