You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
394 B

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 "@"))) "//")