typo
@ -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"))