Fredrik Fornwall
9 years ago
3 changed files with 35 additions and 10 deletions
@ -0,0 +1,12 @@ |
|||
diff -u -r ../picoLisp/lib/debug.l ./lib/debug.l
|
|||
--- ../picoLisp/lib/debug.l 2015-04-03 03:09:48.000000000 -0400
|
|||
+++ ./lib/debug.l 2015-10-01 18:39:47.475128813 -0400
|
|||
@@ -8,7 +8,7 @@
|
|||
|
|||
# Browsing |
|||
(de doc (Sym Browser) |
|||
- (call (or Browser (sys "BROWSER") 'w3m)
|
|||
+ (call (or Browser (sys "BROWSER") 'lynx)
|
|||
(pack |
|||
"file:" |
|||
(and (= `(char '/) (char (path "@"))) "//") |
Loading…
Reference in new issue