# HG changeset patch # User Kim F. Storm # Date 1152919783 0 # Node ID 3f05b471ac554350f494fac87da59f12280773e0 # Parent 4a6411420a60c489529139084dc55426d1cdf7de Mention that kbd macro has existed since Emacs 20.1. diff -r 4a6411420a60 -r 3f05b471ac55 etc/NEWS --- 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'