diff options
| author | Stefan Monnier | 2006-07-22 21:22:52 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2006-07-22 21:22:52 +0000 |
| commit | 2db8f1738723969e558e3e9417ef3dff39ab7bf1 (patch) | |
| tree | 5ef427e1bcdd21f83fcc63574ee2fe9de8a1a4cb /etc | |
| parent | b9debd5432b6d2e6fca6cda14f19a27c075717de (diff) | |
| download | emacs-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -4617,6 +4617,8 @@ 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 | +++ |