comparison 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
comparison
equal deleted inserted replaced
72073:88cafd01cf48 72074:91ea8d22ef60
4615 4615
4616 Lisp packages using many minor mode keymaps can now maintain their own 4616 Lisp packages using many minor mode keymaps can now maintain their own
4617 keymap alist separate from `minor-mode-map-alist' by adding their 4617 keymap alist separate from `minor-mode-map-alist' by adding their
4618 keymap alist to this list. 4618 keymap alist to this list.
4619 4619
4620 *** The definition of a key-binding passed to define-key can use XEmacs-style
4621 key-sequences, such as [(control a)].
4620 ** Abbrev changes: 4622 ** Abbrev changes:
4621 4623
4622 +++ 4624 +++
4623 *** The new function `copy-abbrev-table' copies an abbrev table. 4625 *** The new function `copy-abbrev-table' copies an abbrev table.
4624 4626