diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-04-05 07:55:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-04-05 07:55:46 -0700 |
commit | c3e9db5fa73ee6cad8bb1732c74b0a035baa9698 (patch) | |
tree | 1b3655665efaa8d3c155bb18b9c0c24222e776b8 | |
parent | 844ef76853914d83ccd2c4390ce92811c606b717 (diff) | |
download | txrban-c3e9db5fa73ee6cad8bb1732c74b0a035baa9698.tar.gz txrban-c3e9db5fa73ee6cad8bb1732c74b0a035baa9698.tar.bz2 txrban-c3e9db5fa73ee6cad8bb1732c74b0a035baa9698.zip |
Replace obsolete *self-path* with self-path.
-rw-r--r-- | utils.txr | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |