diff options
-rwxr-xr-x | tags.tl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ (defun escape (str) (mappend (do caseql @1 - ((#\^ #\$ #\/) (list #\\ @1)) + ((#\^ #\$ #\/ #\\) (list #\\ @1)) (t (list @1))) str)) |