* mu4e: workaround(?) for the issue with '*' in the main action strings
This commit is contained in:
@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user