aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2006-07-22 21:22:52 +0000
committerStefan Monnier2006-07-22 21:22:52 +0000
commit2db8f1738723969e558e3e9417ef3dff39ab7bf1 (patch)
tree5ef427e1bcdd21f83fcc63574ee2fe9de8a1a4cb /etc
parentb9debd5432b6d2e6fca6cda14f19a27c075717de (diff)
downloademacs-2db8f1738723969e558e3e9417ef3dff39ab7bf1.tar.gz
emacs-2db8f1738723969e558e3e9417ef3dff39ab7bf1.zip
(Fdefine_key): If the key binding definition looks like an
XEmacs-style key sequence, convert it to Emacs's format.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f06bee9badc..4a2eaf4e225 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -4617,6 +4617,8 @@ Lisp packages using many minor mode keymaps can now maintain their own
4617keymap alist separate from `minor-mode-map-alist' by adding their 4617keymap alist separate from `minor-mode-map-alist' by adding their
4618keymap alist to this list. 4618keymap alist to this list.
4619 4619
4620*** The definition of a key-binding passed to define-key can use XEmacs-style
4621key-sequences, such as [(control a)].
4620** Abbrev changes: 4622** Abbrev changes:
4621 4623
4622+++ 4624+++