summaryrefslogtreecommitdiff
path: root/helm-semantic.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2014-06-30 11:48:01 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2014-06-30 11:48:01 +0200
commite5dd2b8a5acb1a329295db51ac2509bfff1cebcb (patch)
tree9ed4ebec0906d8f5693e408e3a68b587147ce05d /helm-semantic.el
parent657641eeeca5c7a450e0e9e160e2e75571f66ecc (diff)
Use helm-maybe-exit-minibuffer where needed, update autoloads.
* helm-config.el: Update autoloads. * helm-help.el: use helm-maybe-exit-minibuffer where needed. * helm-imenu.el: use helm-maybe-exit-minibuffer where needed. * helm-mode.el: use helm-maybe-exit-minibuffer where needed. * helm-semantic.el:use helm-maybe-exit-minibuffer where needed. * helm-utils.el: use helm-maybe-exit-minibuffer where needed. * helm.el: use helm-maybe-exit-minibuffer where needed.
Diffstat (limited to 'helm-semantic.el')
-rw-r--r--helm-semantic.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-semantic.el b/helm-semantic.el
index 9eeae673..c1a0d272 100644
--- a/helm-semantic.el
+++ b/helm-semantic.el
@@ -39,7 +39,7 @@
(set-keymap-parent map helm-map)
(define-key map (kbd "C-c ?") 'helm-semantic-help)
(when helm-imenu-lynx-style-map
- (define-key map (kbd "<left>") 'helm-exit-minibuffer)
+ (define-key map (kbd "<left>") 'helm-maybe-exit-minibuffer)
(define-key map (kbd "<right>") 'helm-execute-persistent-action))
(delq nil map)))