* mu4e: workaround(?) for the issue with '*' in the main action strings

This commit is contained in:
djcb 2013-06-16 23:01:06 +03:00
parent 42604fee00
commit 401f30ee26
1 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ clicked."
"\\[\\(\\w+\\)\\]"
(lambda(m)
(format "[%s]"
(propertize (match-string 1 str) 'face 'mu4e-highlight-face)))
(propertize (match-string 1 m) 'face 'mu4e-highlight-face)))
str))
(map (make-sparse-keymap))
(func (if (functionp func-or-shortcut)