]> git.eshelyaron.com Git - emacs.git/commit
; Fix some recent byte-compilation warnings
authorBasil L. Contovounesios <contovob@tcd.ie>
Mon, 1 Jun 2020 15:56:26 +0000 (16:56 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Mon, 1 Jun 2020 15:56:26 +0000 (16:56 +0100)
commit6d6ec1bc1e784af786cc0436f54211095bf7a952
treeeca08897fdb785a01b54088109fa4c30dd013fdb
parent1b6bd97440349954ee310da0523c436985971ea9
; Fix some recent byte-compilation warnings

For discussion of the autoloaded function declaration, see
https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00910.html.

* lisp/dnd.el (dnd-handle-one-url): It is no longer necessary to
declare the autoloaded function browse-url-select-handler after
ldefs-boot.el was updated.
* lisp/progmodes/elisp-mode.el: Declare xref.el function to silence
byte-compiler.
lisp/dnd.el
lisp/progmodes/elisp-mode.el