emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 958ddc9: ; Update recent function declaration in dnd.el


From: Basil L. Contovounesios
Subject: master 958ddc9: ; Update recent function declaration in dnd.el
Date: Thu, 7 May 2020 16:45:51 -0400 (EDT)

branch: master
commit 958ddc9526aa7bb1d165d45be43efc4d68589b1e
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ; Update recent function declaration in dnd.el
    
    * lisp/dnd.el (dnd-handle-one-url): Update arglist declaration for
    browse-url-select-handler following recent change.
---
 lisp/dnd.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/dnd.el b/lisp/dnd.el
index 298241b..f47f4a2 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]