Skip to content

Commit

Permalink
Fix byte-compile warnings for older Emacs
Browse files Browse the repository at this point in the history
  • Loading branch information
syohex committed Oct 25, 2023
1 parent b2d9989 commit 4dd3d14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions markdown-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@
(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"))


Expand Down

0 comments on commit 4dd3d14

Please sign in to comment.