Skip to content

Commit

Permalink
Output propertised arg value.
Browse files Browse the repository at this point in the history
  • Loading branch information
philjackson committed Aug 31, 2010
1 parent 217febc commit a9bba80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion magit-key-mode.el
Expand Up @@ -338,6 +338,10 @@ put it in magit-key-mode-key-maps for fast lookup."
(nth 1 argument)
" ("
(nth 2 argument)
")\n")))))
") "
(propertize
(gethash (nth 2 argument) magit-key-mode-current-args "")
'font-lock-face 'widget-field)
"\n")))))

(provide 'magit-key-mode)

0 comments on commit a9bba80

Please sign in to comment.