aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2012-07-30 09:45:58 +0200
committerAndreas Schwab2012-07-30 09:45:58 +0200
commit169304bdb3445a2d8212bed42ba77e2081e9585a (patch)
tree15c10e5c3966cb81b23e29319bd758e1e4041f53 /src/ChangeLog
parent6cd7a13902729007a4d1e14a299bad47c9808353 (diff)
downloademacs-169304bdb3445a2d8212bed42ba77e2081e9585a.tar.gz
emacs-169304bdb3445a2d8212bed42ba77e2081e9585a.zip
Fixes: debbugs:12090
* keymap.c (Fkey_description): Don't remove 0x80 bit from non-single-byte char when adding meta modifier.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 41d7759cfb5..e8aff22c2cb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-07-30 Andreas Schwab <schwab@linux-m68k.org>
2
3 * keymap.c (Fkey_description): Don't remove 0x80 bit from
4 non-single-byte char when adding meta modifier. (Bug#12090)
5
12012-07-30 Dmitry Antipov <dmantipov@yandex.ru> 62012-07-30 Dmitry Antipov <dmantipov@yandex.ru>
2 7
3 Convert safe_call to use variable number of arguments. 8 Convert safe_call to use variable number of arguments.