]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 24 Oct 2000 12:32:53 +0000 (12:32 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 24 Oct 2000 12:32:53 +0000 (12:32 +0000)
lisp/ChangeLog
src/ChangeLog

index 2bfac1a85fd921a7a615b4d364143c646f387f25..85428ad9ae6e87a09e77eb69cb5320b0f5380524 100644 (file)
@@ -1,5 +1,10 @@
 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
 
+       * wid-edit.el (widget-field-keymap, widget-text-keymap): Define
+       the tool-bar map as nil, as for the menu-bar.  Otherwise, we'll
+       get duplicate tool-bar entries because we'll see the global ones
+       on more than one path through keymaps.
+
        * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
 
        * progmodes/cmacexp.el: Change Francesco's email address.
index ed0f950b9e1edca9d8fcfa6b4bde826a39061bd4..dbe7e11c6f5ae8e9d6ca5a5e9de85015b11eb515 100644 (file)
@@ -1,5 +1,7 @@
 2000-10-24  Gerd Moellmann  <gerd@gnu.org>
 
+       * keymap.c: Update copyright.
+
        * .gdbinit (xbacktrace): Handle case that $bt->function isn't
        a symbol.