summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-19 13:49:18 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2013-11-19 13:49:18 +0100
commit06ce3b4d49dd8f2aa6d722e62e7fafd8abb04aa0 (patch)
tree9bcc8c18f1a93d485510df26eaf69aacfd8c6c56 /helm-dabbrev.el
parentcb286d43fcac7f6c58d8ee1d591231564bcb21b7 (diff)
* helm-dabbrev.el: Forget to remove candidates-in-buffer. Seems ost things are working from now, still candidates-in-buffer that need to be fixed.
Diffstat (limited to 'helm-dabbrev.el')
-rw-r--r--helm-dabbrev.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index c7f23f9e..af9f1d05 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -211,7 +211,6 @@ but the initial search for all candidates in buffer(s)."
(defvar helm-source-dabbrev
`((name . "Dabbrev Expand")
- (candidates-in-buffer)
(candidates . helm-dabbrev--cache)
(keymap . ,helm-dabbrev-map)
(action . (lambda (candidate)