Mercurial > emacs
changeset 71907:3f05b471ac55
Mention that kbd macro has existed since Emacs 20.1.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Fri, 14 Jul 2006 23:29:43 +0000 |
parents | 4a6411420a60 |
children | 241e2349783b |
files | etc/NEWS |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Jul 14 22:14:17 2006 +0000 +++ b/etc/NEWS Fri Jul 14 23:29:43 2006 +0000 @@ -4518,6 +4518,8 @@ (kbd "C-x C-f") => "\^x\^f" +Actually, this format has existed since Emacs 20.1. + *** Interactive commands can be remapped through keymaps. This is an alternative to using `defadvice' or `substitute-key-definition'