aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2010-12-25 19:19:57 +0200
committerEli Zaretskii2010-12-25 19:19:57 +0200
commit71fe378d8429cff3bd7c75b53546822ad5ceffcd (patch)
tree8bc9ffb5b1d1d0410fe1113c5ee9733f2cfe1313 /src/ChangeLog
parent6491af11aff6364d4b2cb262a3a5e8a03c7afae5 (diff)
downloademacs-71fe378d8429cff3bd7c75b53546822ad5ceffcd.tar.gz
emacs-71fe378d8429cff3bd7c75b53546822ad5ceffcd.zip
Fix bug #7662 with aligning key bindings equivalent to menu items.
keyboard.c (parse_menu_item): Prepend " " to the key sequence equivalent of a menu item when the key sequence is given by the `:keys' attribute.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 673f5f5bb99..f61b2786461 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12010-12-25 Eli Zaretskii <eliz@gnu.org> 12010-12-25 Eli Zaretskii <eliz@gnu.org>
2 2
3 * keyboard.c (parse_menu_item): Prepend " " to the key sequence
4 equivalent of a menu item when the key sequence is given by the
5 `:keys' attribute. (Bug#7662)
6
3 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only 7 * xdisp.c (Fformat_mode_line): Doc fix: no need to state that only
4 the basic faces are supported. 8 the basic faces are supported.
5 9