Mercurial > emacs
changeset 27049:53146c13106f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Dec 1999 17:49:14 +0000 |
parents | 32ebef66c1be |
children | 5c0c5089979c |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 30 17:48:22 1999 +0000 +++ b/lisp/ChangeLog Thu Dec 30 17:49:14 1999 +0000 @@ -1,5 +1,11 @@ 1999-12-30 Gerd Moellmann <gerd@gnu.org> + * bindings.el (make-mode-line-mouse-sensitive): Copy keymap + assigned to mode-line-mode-menu because bindings.el is dumped with + Emacs, and thus the lists used for menu-item definition will be + copied to pure space. Emacs' menu code (parse_menu_item) doesn't + like pure menu item definitions. + * expand.el (expand-abbrev-hook): Return t if expansion was done, nil otherwise.