Fredrik Fornwall
9 years ago
4 changed files with 19 additions and 25 deletions
@ -1,12 +0,0 @@ |
|||||
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