13 lines
394 B
Diff
13 lines
394 B
Diff
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 "@"))) "//")
|