anything-complete.el (anything-read-string-mode): accept a symbol list argument.
commit42a0c21b9a6efaf08bfc1a504f4890a211b11911
authorrubikitch <rubikitch@ruby-lang.org>
Tue, 22 Jun 2010 19:32:19 +0000 (23 04:32 +0900)
committerrubikitch <rubikitch@ruby-lang.org>
Tue, 22 Jun 2010 19:32:19 +0000 (23 04:32 +0900)
tree8f5668ab36f03421597a6342b41ca29687725d53
parent61df09bc3e699d29a690b3b516a608f7340ffa73
anything-complete.el (anything-read-string-mode): accept a symbol list argument.

ARG also accepts a symbol list. The elements are:
string:   replace `completing-read'
file:     replace `read-file-name' and `find-file'
buffer:   replace `read-buffer'
variable: replace `read-variable'
command:  replace `read-command' and M-x

So, (anything-read-string-mode 1) and
 (anything-read-string-mode '(string file buffer variable command) are identical.
extensions/anything-complete.el