summaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2015-02-18 05:09:12 +0100
committerOscar Fuentes <ofv@wanadoo.es>2015-02-18 05:09:12 +0100
commit81d89d88aef5de720e7fbeecbfb295d6eaf6fd37 (patch)
tree27b22c06793851e03d0991d1b48e0831878d4880 /src/ChangeLog
parent8338e4420d4a0fd375f36698b5be54a65fe9cbb7 (diff)
downloademacs-81d89d88aef5de720e7fbeecbfb295d6eaf6fd37.tar.gz
Fixes display of prefix argument when input-method-function
* keyboard.c (read_char): When there is an input method function, do not restore the echo area if a prefix argument is being introduced. (Bug#19875)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 76e195605fd..8a3b534e7ae 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
+2015-02-18 Oscar Fuentes <ofv@wanadoo.es>
+
+ * keyboard.c (read_char): When there is an input method function,
+ do not restore the echo area if a prefix argument is being
+ introduced. (Bug#19875)
+
2015-02-16 Kelly Dean <kelly@prtime.org>
* src/keyboard.c (timer_check_2): Fix incorrect comment.