Respect browse-url-default-scheme on Haiku
* lisp/net/browse-url.el (browse-url-default-haiku-browser): Respect 'browse-url-default-scheme', which currently defaults to "http".
This commit is contained in:
parent
8fef7150d6
commit
0ce068c298
1 changed files with 1 additions and 1 deletions
|
@ -1305,7 +1305,7 @@ Default to the URL around or before point."
|
|||
(let* ((scheme (save-match-data
|
||||
(if (string-match "\\(.+\\):/" url)
|
||||
(match-string 1 url)
|
||||
"http")))
|
||||
browse-url-default-scheme)))
|
||||
(mime (concat "application/x-vnd.Be.URL." scheme)))
|
||||
(haiku-roster-launch mime (vector url))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue