Function: kmacro-menu--propertize-keys
kmacro-menu--propertize-keys is a byte-compiled function defined in
kmacro.el.gz.
Signature
(kmacro-menu--propertize-keys FACE)
Documentation
Redisplay the macro keys on the current line with FACE.
Source Code
;; Defined in /usr/src/emacs/lisp/kmacro.el.gz
(defun kmacro-menu--propertize-keys (face)
"Redisplay the macro keys on the current line with FACE."
(tabulated-list-set-col 4 (propertize (aref (tabulated-list-get-entry) 4)
'face face)))