anything.el (anything-keyboard-quit): Fix action bug
commitc2928153bfa4415118ad6f2345fd33f95feb2fb4
authorrubikitch <rubikitch@ruby-lang.org>
Thu, 24 Feb 2011 01:54:11 +0000 (24 10:54 +0900)
committerrubikitch <rubikitch@ruby-lang.org>
Thu, 24 Feb 2011 01:54:11 +0000 (24 10:54 +0900)
tree54ab9dff612b1ce14722a1db3549f777779d84ed
parent905247d9ee01934d266b491b15c4a1cd76e6af29
anything.el (anything-keyboard-quit): Fix action bug

Here a bug that is in anything since very long time and never been
fixed, really annoying:

1) Start anything with any source. (e.g M-x anything-find-files)

2) Hit tab and get the action buffer.

3) Hit C-g

4) Start with another source (e.g M-x anything-apropos)

5) choose something (e.g defun)

6) Hit RET

==> you are prompted for the first action of the anything-action-buffer
you got in 2), in this case it propose to create file "defun".
anything.el