]> code.delx.au - gnu-emacs-elpa/commit
Make ivy-display-style more compatible with 24.3
authorOleh Krehel <ohwoeowho@gmail.com>
Sat, 26 Sep 2015 11:28:46 +0000 (13:28 +0200)
committerOleh Krehel <ohwoeowho@gmail.com>
Sat, 26 Sep 2015 11:28:46 +0000 (13:28 +0200)
commitefd1f09bbc4beb08c4221a6ff497c3cc832320cf
treee8a20f17e7fc700999a59b4da794798d8716c186
parent9a509dfc332319c8a489beef755e5d4752a63be0
Make ivy-display-style more compatible with 24.3

* ivy.el (ivy--format-minibuffer-line): Use
  `font-lock-append-text-property' instead of
  `add-face-text-property'. It's not optimal, since the new face needs
  to be put in front, but at least it doesn't error out.
ivy.el