diff options
Diffstat (limited to 'sx-tag.el')
-rw-r--r-- | sx-tag.el | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -133,6 +133,12 @@ tags." (push input list)) (reverse list))) + +;;; Printing +(defun sx-tag--format (tag) + "Formats TAG for display." + (concat "[" tag "]")) + (provide 'sx-tag) ;;; sx-tag.el ends here |