summaryrefslogtreecommitdiff
path: root/helm-source.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-28 18:39:05 +0100
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-01-28 18:39:05 +0100
commit394c738a97bcaa3011cc4feef4279f6f04b475d4 (patch)
treef2d1ae417858679ba376222c8ffdb6057439115f /helm-source.el
parentc5c69c0b7c1d59aca7812e3feca6348bd84e95ad (diff)
Revert partially d8708168, which should fix #700.
* helm-source.el (helm-source): Use nil as before as default value.
Diffstat (limited to 'helm-source.el')
-rw-r--r--helm-source.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/helm-source.el b/helm-source.el
index b4de30af..eed5a02e 100644
--- a/helm-source.el
+++ b/helm-source.el
@@ -126,11 +126,10 @@
(keymap
:initarg :keymap
- :initform helm-map
+ :initform nil
:custom sexp
:documentation
- " Specific keymap for this source.
- Default value is `helm-map'.")
+ " Specific keymap for this source.")
(action
:initarg :action