summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-10 20:10:46 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2019-08-10 20:10:46 +0200
commitdde90de5c5408e22503f23ed0310f3277f4f6014 (patch)
tree6e504d08fa161d76e91726bb8384e933871afb0e /helm-utils.el
parente544e2a29186bb7673ef4fdd668f9023456259f1 (diff)
Remove helm-org.el
* helm-utils.el (outline-show-subtree): Declare. (org-reveal): Declare. (org-directory): Declare.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/helm-utils.el b/helm-utils.el
index e51d6ed0..5593447b 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -25,6 +25,9 @@
(declare-function helm-find-files-1 "helm-files.el" (fname &optional preselect))
(declare-function popup-tip "ext:popup")
(declare-function markdown-show-subtree "outline.el")
+(declare-function outline-show-subtree "outline.el")
+(declare-function org-reveal "org.el")
+(defvar org-directory)
(defvar winner-boring-buffers)
(defvar helm-show-completion-overlay)