branch: externals/tempel
commit f89a57ac413892c03a46f36e62b219434ba6f850
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Remove todo comment
---
 tempel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tempel.el b/tempel.el
index fe0fd3f761..c204f2fe3e 100644
--- a/tempel.el
+++ b/tempel.el
@@ -438,7 +438,7 @@ If a field was added, return it."
         (overlay-put ov 'modification-hooks (list #'tempel--range-modified))
         (overlay-put ov 'tempel--range st)
         (overlay-put ov 'tempel--post (plist-get plist :post))
-        ;;(overlay-put ov 'face 'region) ;; TODO debug
+        ;;(overlay-put ov 'face 'region) ;; For debugging
         (push st tempel--active)))
     (cond
      ((cl-loop for ov in (caar tempel--active)

Reply via email to