original commit: 174863d28b9cd14141603df73aee0334ffd7c2b0
This commit is contained in:
John Clements 2001-10-30 05:46:44 +00:00
parent 558dfe6a63
commit 576769bc3e

View File

@ -6,8 +6,8 @@
(define (send-url str)
(case (system-type)
[(macos)
(send-event "MACS" "GURL" "GURL" str)]
[(macos macosx)
(send-event "MACS" "GURL" "GURL" str)] ;; actually, I think GURL means something slightly different...
[(unix)
(let ([netscape-path (find-executable-path "netscape" #f)])
(unless netscape-path