typo
svn: r8449
This commit is contained in:
parent
6d9b4a1ed6
commit
4e1f45c9a0
|
@ -81,8 +81,8 @@
|
||||||
|
|
||||||
(define osascript (delay (find-executable-path "osascript" #f)))
|
(define osascript (delay (find-executable-path "osascript" #f)))
|
||||||
(define (send-url/mac url-str)
|
(define (send-url/mac url-str)
|
||||||
(browser-process (force osascript) "-e"
|
(browser-process* (force osascript) "-e"
|
||||||
(format "open location \"~a\"" url-str)))
|
(format "open location \"~a\"" url-str)))
|
||||||
|
|
||||||
(define (send-url/win url-str)
|
(define (send-url/win url-str)
|
||||||
(define (simple)
|
(define (simple)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user