diff options
author | Arun Isaac | 2022-06-26 11:12:29 +0530 |
---|---|---|
committer | Arun Isaac | 2022-06-27 00:19:50 +0530 |
commit | a6572227e2b1082c3fe8369b54da0b7f20c176b3 (patch) | |
tree | 98aa83d7209b12d1105becadd81ddd4ddc171298 | |
parent | 230f3bad9f8a5b808ba3b6fce487c27425e9c63b (diff) | |
download | tissue-a6572227e2b1082c3fe8369b54da0b7f20c176b3.tar.gz tissue-a6572227e2b1082c3fe8369b54da0b7f20c176b3.tar.lz tissue-a6572227e2b1082c3fe8369b54da0b7f20c176b3.zip |
bin: Deprecate rlast utility.
* bin/tissue (rlast): Delete function.
-rwxr-xr-x | bin/tissue | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -60,12 +60,6 @@ exec guile --no-auto-compile -s "$0" "$@" ;; A string URI linking to this document on the web (web-uri indexed-document-web-uri)) -(define rlast - (case-lambda - (() #f) - ((result) result) - ((result input) input))) - (define (human-date-string date) "Return a human readable rendering of DATE." (let ((elapsed-time |