]> code.delx.au - gnu-emacs/commit
Allow minibuffer prompts to use faces
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 May 2016 14:53:38 +0000 (16:53 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 1 May 2016 14:53:38 +0000 (16:53 +0200)
commitbf0b6fab032bd35fae36f7371b7cd1fe3bfaaac7
tree4bbed3f5de389fea0f5f66a78a100d623accee2d
parent8cfd9ba1a97a02157c6b730cca9d61b0fb7de53b
Allow minibuffer prompts to use faces

* doc/lispref/minibuf.texi (Text from Minibuffer): Document
`minibuffer-prompt-properties' and explain how faces work in
the minibuffer prompt.

* src/minibuf.c (read_minibuf): If `face' is in
`minibuffer-prompt-properties', apply it to the end of the
face list to allow users to have their own faces on the
prompts (bug#16136).
doc/lispref/minibuf.texi
etc/NEWS
src/minibuf.c