summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtags.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.tl b/tags.tl
index 1bc1112b..8580ca7a 100755
--- a/tags.tl
+++ b/tags.tl
@@ -21,7 +21,7 @@
(defun escape (str)
(mappend (do caseql @1
- ((#\^ #\$ #\/) (list #\\ @1))
+ ((#\^ #\$ #\/ #\\) (list #\\ @1))
(t (list @1)))
str))