]> git.eshelyaron.com Git - emacs.git/commit
Consult browse-url-{default-,}handlers in drag&drop.
authorTassilo Horn <tsdh@gnu.org>
Wed, 6 May 2020 14:48:57 +0000 (16:48 +0200)
committerTassilo Horn <tsdh@gnu.org>
Wed, 6 May 2020 14:48:57 +0000 (16:48 +0200)
commit4b8e6939bf7664fda33a7aaa03d2d8069358ff7b
treeed3411303899b40c3712333315c7b48a6f543c3b
parentd9e10a1d1a56b8740a276a3fa418f628f79790d0
Consult browse-url-{default-,}handlers in drag&drop.

* lisp/dnd.el (dnd-handle-one-url): Consult `browse-url-handlers' and
`browse-url-default-handlers' for a matching handler.  Adapt
docstring.
* doc/lispref/frames.texi (Drag and Drop): Remove the docs for the
deprecated alist choice of `browse-url-browser-function' and mention
`browse-url-handlers' and `browse-url-default-handlers'.
doc/lispref/frames.texi
lisp/dnd.el