branch: elpa/helm
commit 810b13282db79a1169e7bdadae248d3e68410aae
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Ensure outline is required in helm-outline
---
 helm-misc.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helm-misc.el b/helm-misc.el
index 53d0505bd2..e708e7c508 100644
--- a/helm-misc.el
+++ b/helm-misc.el
@@ -379,6 +379,7 @@ Default action change TZ environment variable locally to 
emacs."
 (defun helm-outline (&optional arg)
   "Basic helm navigation tool for outline buffers."
   (interactive "P")
+  (require 'outline)
   (let ((outline-regexp (if arg (read-regexp "Outline regexp") 
outline-regexp)))
     (helm :sources (helm-build-sync-source "helm outline"
                      :candidates

Reply via email to