]> git.eshelyaron.com Git - emacs.git/commit
Refactor browse-url handler selection into separate function.
authorTassilo Horn <tsdh@gnu.org>
Thu, 7 May 2020 07:53:54 +0000 (09:53 +0200)
committerTassilo Horn <tsdh@gnu.org>
Thu, 7 May 2020 07:53:54 +0000 (09:53 +0200)
commit3b5f728bffb043d623874db29869cc3adf117e43
tree50e6db1cfea67fcacd2caee33631ffd84e943523
parent281b9e42a49c72be48f881f94a5ec33537508118
Refactor browse-url handler selection into separate function.

* lisp/net/browse-url.el (browse-url-select-handler): New function.
(browse-url): Use it.
* lisp/dnd.el (dnd-handle-one-url): Use it.
lisp/dnd.el
lisp/net/browse-url.el