* 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

View File

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