From c3e9db5fa73ee6cad8bb1732c74b0a035baa9698 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 5 Apr 2017 07:55:46 -0700 Subject: Replace obsolete *self-path* with self-path. --- utils.txr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils.txr b/utils.txr index 354f489..5cdc15a 100644 --- a/utils.txr +++ b/utils.txr @@ -1,7 +1,7 @@ @(define n (a))@(local n)@{n /\d+/}@(bind a @(int-str n))@(end) @(define m (a))@(local m)@{m /\w+/}@(bind a @(month-num m))@(end) @# -@(next :string (identity *self-path*)) +@(next :string self-path) @(some) @*nil/@self.@nil @(or) -- cgit v1.2.3