]> git.eshelyaron.com Git - emacs.git/commit
Handle /assets and /content file names in `android-browse-url'
authorPo Lu <luangruo@yahoo.com>
Thu, 15 Feb 2024 06:23:43 +0000 (14:23 +0800)
committerEshel Yaron <me@eshelyaron.com>
Thu, 15 Feb 2024 10:08:39 +0000 (11:08 +0100)
commitf5a963e09b61c53658ded2294914e60c8d9eff05
tree960e137ded2279b52b5803251d972184e11d7fe2
parent99890ee7847f8317ce46c06163ec8bb9fa2f44a3
Handle /assets and /content file names in `android-browse-url'

* lisp/net/browse-url.el (android-browse-url): New function.

* lisp/term/android-win.el (android-browse-url-internal): Update
function declaration.

* src/androidselect.c (Fandroid_browse_url): Rename to...
(Fandroid_browse_url_internal): ... this.
(syms_of_androidselect): Adjust to match.

(cherry picked from commit 783a511d1e31b5c9e5f9cb8ec27fd91d1b9078c9)
lisp/net/browse-url.el
lisp/term/android-win.el
src/androidselect.c