diff --git a/tacc.el b/tacc.el index 1a57c48..2c75d78 100644 --- a/tacc.el +++ b/tacc.el @@ -531,7 +531,7 @@ float" (defun tacc-tag-render (tag) (concat " Tag: " - (propertize (if (string= tag "") "" .tag) + (propertize (if (string= tag "") "" tag) 'face 'tacc-tag) "\n"))