From 5ec4a3a622e045ad5c1f1fd88e8badddf5128334 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 28 Jun 2021 06:52:06 -0700 Subject: doc-lookup: *doc-url* variable must be dynamic. * stdlib/doc-lookup.tl (*doc-url*): Define with defvar, not defvarl. Problem reported by Paul A. Patience. --- stdlib/doc-lookup.tl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/doc-lookup.tl b/stdlib/doc-lookup.tl index f1d0d380..46c60d6e 100644 --- a/stdlib/doc-lookup.tl +++ b/stdlib/doc-lookup.tl @@ -1,6 +1,6 @@ (load "doc-syms") -(defvarl usr:*doc-url* "https://www.nongnu.org/txr/txr-manpage.html") +(defvar usr:*doc-url* "https://www.nongnu.org/txr/txr-manpage.html") (defvar os-symbol (if (ignerr (dlsym (dlopen "libandroid.so") "AAsset_close")) -- cgit v1.2.3