Skip to content

Commit

Permalink
* helm.el (helm-internal): Issue #163 No cursor in minibuffer on Wind…
Browse files Browse the repository at this point in the history
…ows.
  • Loading branch information
Thierry Volpiatto committed Nov 30, 2012
1 parent c45d8b5 commit 5ff9764
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion helm.el
Original file line number Diff line number Diff line change
Expand Up @@ -1287,7 +1287,8 @@ ANY-KEYMAP ANY-DEFAULT ANY-HISTORY See `helm'."
(helm-log (concat "[Start session] " (make-string 41 ?+)))
(helm-log-eval any-prompt any-preselect
any-buffer any-keymap any-default)
(let ((old-overridding-local-map overriding-local-map))
(let ((old-overridding-local-map overriding-local-map)
(cursor-in-echo-area t)) ; #163 no cursor in minibuffer on Windows.
(unwind-protect
(condition-case v
(let (;; `helm-source-name' is non-nil
Expand Down

0 comments on commit 5ff9764

Please sign in to comment.