Fix up display of the *Minibuf-0* buffer in the mini window.
authorJérémy Compostella <jeremy.compostella@gmail.com>
Mon, 7 May 2012 16:09:51 +0000 (12:09 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 7 May 2012 16:09:51 +0000 (12:09 -0400)
commitb120cc17aede4b15b4d6737f03e936a621e72962
treedbea6eb7617ab67ac84d00272e76cc408a8e8b52
parent9a4b36f891acd6e620c1d7e6f3fcedc368003ee7
Fix up display of the *Minibuf-0* buffer in the mini window.
* src/keyboard.c (read_char): Don't clear the echo area if there's no
message to clear.
* src/xdisp.c (redisplay_internal): Redisplay the mini window (with the
contents of *Minibuf-0*) if there' no message displayed in its stead.
src/ChangeLog
src/keyboard.c
src/xdisp.c