Skip to content

Commit

Permalink
Fix byte-compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Oct 25, 2023
1 parent 4dd3d14 commit 80a9839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
(declare-function project-roots "project")
(declare-function sh-set-shell "sh-script")

(when (version< "29" emacs-version)
(declare-function mailcap-mime-type-to-extension "mailcap")
(declare-function file-name-with-extension "files")
(declare-function yank-media-handler "yank-media"))
;; for older emacs<29
(declare-function mailcap-mime-type-to-extension "mailcap")
(declare-function file-name-with-extension "files")
(declare-function yank-media-handler "yank-media")


;;; Constants =================================================================
Expand Down

0 comments on commit 80a9839

Please sign in to comment.