diff options
author | Martin Rudalics <rudalics@gmx.at> | 2008-12-26 09:39:49 +0000 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2008-12-26 09:39:49 +0000 |
commit | 54b33868432b9727a27ce9fe4698ace9da120631 (patch) | |
tree | ef56969724a772a7ea8b70173788820dedf6de91 /src/ChangeLog | |
parent | b5c3fb2111792133b2c5a788145efaa8101602bf (diff) | |
download | emacs-54b33868432b9727a27ce9fe4698ace9da120631.tar.gz |
* textprop.c (Qminibuffer_prompt): New variable.
(syms_of_textprop): Initialize it.
* callint.c (Fcall_interactively): For `c', `k', and `K' prompt
in minibuffer-prompt face. (Bug#1662)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fbf378dd6de..4d4a7a51b20 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2008-12-26 Martin Rudalics <rudalics@gmx.at> + + * textprop.c (Qminibuffer_prompt): New variable. + (syms_of_textprop): Initialize it. + * callint.c (Fcall_interactively): For `c', `k', and `K' prompt + in minibuffer-prompt face. (Bug#1662) + 2008-12-25 Jason Rumney <jasonr@gnu.org> * buffer.c (Fbuffer_swap_text): Use POINTER_TYPE. |