]> code.delx.au - gnu-emacs-elpa/commitdiff
hydra-examples.el: Add a defvar
authorOleh Krehel <ohwoeowho@gmail.com>
Mon, 20 Apr 2015 09:59:18 +0000 (11:59 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Mon, 20 Apr 2015 09:59:18 +0000 (11:59 +0200)
hydra-examples.el

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