Fix a bug with `anything-marked-candidates' and `display-to-real'.
commit260d41f9a36d33ed1b79429d17399a019dfb48d0
authorrubikitch <rubikitch@ruby-lang.org>
Thu, 29 Apr 2010 08:28:05 +0000 (29 17:28 +0900)
committerrubikitch <rubikitch@ruby-lang.org>
Thu, 29 Apr 2010 08:28:05 +0000 (29 17:28 +0900)
tree9ff4d73e3a2d06d182be1601e36680e51181ffaf
parent7488e3ce53f323631827010d3e6bf3370fcf2978
Fix a bug with `anything-marked-candidates' and `display-to-real'.

Originally `display-to-real' is evaluated in `anything-execute-selection-action',
but `anything-get-selection' should evaluate `display-to-real'.

Accordingly, `anything-insert-match' has `anything-realvalue' text-property only when (DISPLAY . REAL) candidates are given.

And 4th optional argument `anything-execute-selection-action' is removed.
It is incompatible change, but it is no-harm because of internal function.
anything.el