Mercurial > emacs
diff lisp/ChangeLog @ 27049:53146c13106f
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 30 Dec 1999 17:49:14 +0000 |
parents | b36644e0e875 |
children | d07fe9e943a0 |
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.