]> code.delx.au - gnu-emacs-elpa/commit
swiper.el (swiper--ivy): Use minibuffer-allow-text-properties
authorOleh Krehel <ohwoeowho@gmail.com>
Tue, 22 Sep 2015 11:03:02 +0000 (13:03 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Tue, 22 Sep 2015 11:05:48 +0000 (13:05 +0200)
commit680f6e2255d3ad04035c842d0ad8c38c019e3fbc
tree904689c12fe48d4faf383f2d4eee18cf25bf7eba
parentb45d10c6b11233feeb18e550c94087d010ce4174
swiper.el (swiper--ivy): Use minibuffer-allow-text-properties

Using `minibuffer-allow-text-properties' makes Emacs not strip the text
properties from the result of `read-from-minibuffer'. This is better
because a function call result is used instead of a global var to pass
this info.
swiper.el