From 36014ae5e41a239fdfec2cd63ac768437f2cc5eb Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Thu, 9 Jul 2015 14:05:52 +0200 Subject: Move build type fns to helm-types. --- helm-types.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'helm-types.el') diff --git a/helm-types.el b/helm-types.el index 8a60dd20..a0e1669a 100644 --- a/helm-types.el +++ b/helm-types.el @@ -247,6 +247,16 @@ (describe-function (timer--function tm)))) (set-slot-value source 'persistent-help "Describe Function")) +;; Builders. +(defun helm-build-type-file () + (helm-make-type 'helm-type-file)) + +(defun helm-build-type-function () + (helm-make-type 'helm-type-function)) + +(defun helm-build-type-command () + (helm-make-type 'helm-type-command)) + (provide 'helm-types) ;; Local Variables: -- cgit v1.2.3