Mercurial > emacs
diff etc/NEWS @ 72074:91ea8d22ef60
(Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 22 Jul 2006 21:22:52 +0000 |
parents | 21e42eee763c |
children | a91a11c6b1ad |
line wrap: on
line diff
--- a/etc/NEWS Sat Jul 22 13:56:19 2006 +0000 +++ b/etc/NEWS Sat Jul 22 21:22:52 2006 +0000 @@ -4617,6 +4617,8 @@ keymap alist separate from `minor-mode-map-alist' by adding their keymap alist to this list. +*** The definition of a key-binding passed to define-key can use XEmacs-style +key-sequences, such as [(control a)]. ** Abbrev changes: +++