]> code.delx.au - gnu-emacs-elpa/commitdiff
Declare dired-mark to silence byte-compiler
authorJonas Bernoulli <jonas@bernoul.li>
Wed, 5 Aug 2015 15:45:33 +0000 (17:45 +0200)
committerJonas Bernoulli <jonas@bernoul.li>
Wed, 5 Aug 2015 15:45:33 +0000 (17:45 +0200)
hydra-examples.el

index c20299771b54ff0e8fa7f0ab568cd7e3c8225cc3..1468f3ffd10f550e7bc64a7683545bf528645e17 100644 (file)
@@ -225,6 +225,7 @@ _~_: modified      ^ ^                ^ ^                ^^
 ;;** Example 9: s-expressions in the docstring
 ;; You can inline s-expresssions into the docstring like this:
 (defvar dired-mode-map)
+(declare-function dired-mark "dired")
 (when (bound-and-true-p hydra-examples-verbatim)
   (require 'dired)
   (defhydra hydra-marked-items (dired-mode-map "")