]> git.eshelyaron.com Git - emacs.git/commit
Use completing-read-default in tmm-prompt
authorRyan <rct@thompsonclan.org>
Sat, 3 Jun 2017 00:00:49 +0000 (20:00 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 3 Jun 2017 00:00:49 +0000 (20:00 -0400)
commitb406174d814e1c1bd34917b1497801137e9211a1
tree6e23f0b3c70ef473709a6cfba872f7673f5a915a
parent412e7086f68c0d9d6f436c8c376f7e33667c2f20
Use completing-read-default in tmm-prompt

tmm uses completing-read, but customizes its behavior so much
that any alternative completing-read-function will almost
certainly break it.  For example, both ido-ubiquitous and ivy have
special code to deactivate themselves for tmm.
* lisp/tmm.el (tmm-prompt): Use completing-read-default instead of
completing-read.  (Bug#27193)

Copyright-paperwork-exempt: yes
lisp/tmm.el