"Drew Adams" <
drew....@oracle.com> writes:
> This code in `report-emacs-bug' violates the convention set forth in
> (elisp) `Key Binding Conventions', which reserves `C-c' plus a
> letter for users:
>
> (define-key (current-local-map) "\C-cm"
> 'report-emacs-bug-insert-to-mailer)
This is indeed a mistake. Since this bug was introduced in Emacs 24.1,
it is a regression against Emacs 23; I went ahead and fixed it in the
emacs-24 branch, with the new binding C-c M-i.