Mercurial > emacs
diff lisp/ChangeLog @ 107902:b211643f088b
* tmm.el: Add missing key-binding shortcuts.
(tmm-prompt): Remove obsolete call to x-popup-menu.
(tmm-get-keymap): Add key-binding shortcuts now that they're not
available in the "keyseq cache" any more.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 19 Apr 2010 10:34:01 -0400 |
parents | 6eae3bc10330 |
children | c168d4537385 |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Apr 19 16:17:44 2010 +0300 +++ b/lisp/ChangeLog Mon Apr 19 10:34:01 2010 -0400 @@ -1,5 +1,9 @@ 2010-04-19 Stefan Monnier <monnier@iro.umontreal.ca> + * tmm.el (tmm-prompt): Remove obsolete call to x-popup-menu. + (tmm-get-keymap): Add key-binding shortcuts now that they're not + available in the "keyseq cache" any more. + * custom.el (defcustom): Add edebug spec. 2010-04-18 Juri Linkov <juri@jurta.org>