branch: elpa/helm commit d4b173234522b11510e5b2df85588cd6e8da5cf4 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Unquote keymap for consistency --- helm-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-mode.el b/helm-mode.el index a3320f3dee..de9dee32a6 100644 --- a/helm-mode.el +++ b/helm-mode.el @@ -2164,7 +2164,7 @@ Keys description: (unless (eq must-match t) ;; Non existing file or dir source. (helm-build-dummy-source "New file or directory" - :keymap 'helm-read-file-map + :keymap helm-read-file-map :must-match must-match ; Merge must-match-map and helm-read-file-map. :all-marked all-marked :nomark nomark