summaryrefslogtreecommitdiff
path: root/helm-config.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-11 08:43:01 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-07-11 08:50:04 +0200
commit8517c86be8f001f4f85f1ade337e26666a784f52 (patch)
tree7c75fac56db76d142d78c378185d277ea0657ef7 /helm-config.el
parentb6ff3811c8c1758c943e63a50d153956785eae58 (diff)
Cleanup deprecated plugin fns, several functions removed.
* helm-config.el: Remove define-helm-type-attribute entry. * helm.el (helm-compile-source-functions): Now nil. (helm-append-at-nth): Relocate. (helm-document-attribute): Same.
Diffstat (limited to 'helm-config.el')
-rw-r--r--helm-config.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/helm-config.el b/helm-config.el
index 1a1bf586..cea6bdc9 100644
--- a/helm-config.el
+++ b/helm-config.el
@@ -146,7 +146,6 @@
("(\\<\\(with-helm-default-directory\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(with-helm-display-same-window\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(with-helm-restore-variables\\)\\>" 1 font-lock-keyword-face)
- ("(\\<\\(define-helm-type-attribute\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-multi-key-defun\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-while-no-input\\)\\>" 1 font-lock-keyword-face)
("(\\<\\(helm-aif\\)\\>" 1 font-lock-keyword-face)