*** empty log message ***

This commit is contained in:
Kenichi Handa
2004-12-22 06:32:49 +00:00
parent 3f6b532c90
commit 7a0ea9e355
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
2004-12-22 Kenichi Handa <handa@m17n.org>
* international/quail.el (quail-start-translation): Fix prompt
string for the case if input-method-use-echo-area being non-nil.
(quail-start-conversion): Likewise.
(quail-show-guidance): Don't show guidance if
input-method-use-echo-area is non-nil.
2004-12-21 Richard M. Stallman <rms@gnu.org>
* textmodes/ispell.el (ispell-help): Bind resize-mini-windows.

View File

@@ -1,3 +1,7 @@
2004-12-22 Kenichi Handa <handa@m17n.org>
* xselect.c (Fx_get_cut_buffer_internal): Return a unibyte string.
2004-12-21 Richard M. Stallman <rms@gnu.org>
* eval.c (unwind_to_catch): Clear immediate_quit.