Fix advised function name

This commit is contained in:
Charlotte Van Petegem 2022-07-07 13:38:20 +02:00
parent dd78a3c83a
commit e00890f11b
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -149,7 +149,7 @@ in
'mu4e-bookmarks
'(:name "Combined inbox" :query "maildir:/personal/INBOX or maildir:/work/INBOX or maildir:/posteo/INBOX" :key ?i)
)
(define-advice mu4e~context-ask-user
(define-advice mu4e--context-ask-user
(:around (orig-fun &rest args) mu4e~context-ask-user-completing-read)
"Replace `mu4e-read-option` by general-purpose completing-read"
(cl-letf (((symbol-function 'mu4e-read-option)