From: Gerd Moellmann Date: Tue, 24 Oct 2000 12:32:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63e1b552d0ca70b9cd5035dba40db26a32890bff;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2bfac1a85fd..85428ad9ae6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,10 @@ 2000-10-24 Gerd Moellmann + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index ed0f950b9e1..dbe7e11c6f5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,7 @@ 2000-10-24 Gerd Moellmann + * keymap.c: Update copyright. + * .gdbinit (xbacktrace): Handle case that $bt->function isn't a symbol.