From: Eli Zaretskii Date: Mon, 24 Jul 2000 15:30:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbe0a9585f580a805d4544811141c9b5f3eb72bb;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e97205960ea..1c7a707d6b0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-07-24 Eli Zaretskii + * info.el (Info-goto-emacs-key-command-node): Leave a space after + the prompt. + * mouse.el (popup-menu): Run the keymap through indirect-function, in case it was defined with define-prefix-key. If the menu is a list of keymaps, look up the binding of user's choice in each one diff --git a/src/ChangeLog b/src/ChangeLog index f65cf1db3c6..450c48f0489 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2000-07-24 Eli Zaretskii + + * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane + name to single_keymap_panes. + 2000-07-24 Andreas Schwab * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.