summaryrefslogtreecommitdiff
path: root/helm-types.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 14:05:52 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2015-07-09 14:05:52 +0200
commit36014ae5e41a239fdfec2cd63ac768437f2cc5eb (patch)
tree235d180179af368a452d868e14f4bf0c1489d211 /helm-types.el
parent6cd108fb2d195a4078c02a11743ce7ef64f7cbcb (diff)
Move build type fns to helm-types.
Diffstat (limited to 'helm-types.el')
-rw-r--r--helm-types.el10
1 files changed, 10 insertions, 0 deletions
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: