branch: master
commit 1dbdcdc426c587fc73b0e79df0a8fc55c40d2dbe
Author: Oleh Krehel <ohwoeo...@gmail.com>
Commit: Oleh Krehel <ohwoeo...@gmail.com>

    counsel.el (counsel-M-x): Fixup
    
    Re #136
---
 counsel.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/counsel.el b/counsel.el
index 017f5a3..33af3a1 100644
--- a/counsel.el
+++ b/counsel.el
@@ -529,7 +529,7 @@ Optional INITIAL-INPUT is the initial input in the 
minibuffer."
               :history 'extended-command-history
               :action
               (lambda (cmd)
-                (smex-rank cmd)
+                (smex-rank (intern cmd))
                 (execute-extended-command current-prefix-arg cmd))
               :sort sort
               :keymap counsel-describe-map

Reply via email to