* use the same action char face everywhere

This commit is contained in:
djcb
2012-04-25 08:40:06 +03:00
parent 284ec577f4
commit ed8bc7fb3b
2 changed files with 10 additions and 7 deletions

View File

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