Use `completing-read-function' for completion
commitacf7f47ecd20a48c05f97dc660b00d1850b57e10
authorOleh Krehel <ohwoeowho@gmail.com>
Thu, 16 Apr 2015 14:22:11 +0000 (16 16:22 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Thu, 16 Apr 2015 14:22:11 +0000 (16 16:22 +0200)
tree31d3314dadeaa1d947723909d4d2f127bc3793e8
parentcf7d64f1e456cad281674fc81a8074f969b7911c
Use `completing-read-function' for completion

lisp/org.el (org-icompleting-read): When `completing-read-function' is
the default one, use `ido', otherwise, use `completing-read-function'.
lisp/org.el