From 0148fad7104452aa3fbc4dc274425f698600d780 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Thu, 2 Feb 2023 23:40:21 -0700 Subject: [PATCH] fixup! Restore (tacc-tag-render) with fixes typo --- tacc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))