branch: elpa/markdown-mode commit c391f72ab119d917c632bea1eaebdfe0f860fdd4 Author: Shohei YOSHIDA <syo...@gmail.com> Commit: Shohei YOSHIDA <syo...@gmail.com>
Fix compilation warnings --- markdown-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/markdown-mode.el b/markdown-mode.el index fd82ca6729..1bdd0b1ec3 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -53,6 +53,7 @@ (declare-function sh-set-shell "sh-script") (declare-function mailcap-file-name-to-mime-type "mailcap") (declare-function dnd-get-local-file-name "dnd") +(declare-function dnd-open-local-file "dnd") ;; for older emacs<29 (declare-function mailcap-mime-type-to-extension "mailcap")