fixup! Restore (tacc-tag-render) with fixes

typo
master
Brady McDonough 3 years ago
parent 5468092d46
commit 0148fad710

@ -531,7 +531,7 @@ float"
(defun tacc-tag-render (tag)
(concat " Tag: "
(propertize (if (string= tag "") "<None>" .tag)
(propertize (if (string= tag "") "<None>" tag)
'face 'tacc-tag)
"\n"))

Loading…
Cancel
Save