diff options
Diffstat (limited to 'lisp/dnd.el')
-rw-r--r-- | lisp/dnd.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/dnd.el b/lisp/dnd.el index 298241bf174..f47f4a2c30e 100644 --- a/lisp/dnd.el +++ b/lisp/dnd.el @@ -102,7 +102,8 @@ is what has been dropped. Returns ACTION." nil) (catch 'done ;; Autoloaded but the byte-compiler still complains. - (declare-function browse-url-select-handler "browse-url" (url)) + (declare-function browse-url-select-handler "browse-url" + (url &optional kind)) (let ((browser (browse-url-select-handler url 'internal))) (when browser (setq ret 'private) |