]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorEli Zaretskii <eliz@gnu.org>
Mon, 24 Jul 2000 15:30:58 +0000 (15:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 24 Jul 2000 15:30:58 +0000 (15:30 +0000)
lisp/ChangeLog
src/ChangeLog

index e97205960eae5e861a2cd5da580bff66ce2f1649..1c7a707d6b01a18dfbb951ac891f3b49dc94fdb1 100644 (file)
@@ -1,5 +1,8 @@
 2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
 
+       * 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
index f65cf1db3c6ae43af217740af1fb2a478ae6be9e..450c48f0489ad1174dc33ecc9acbc25a047ad476 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-24  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * xmenu.c (keymap_panes): Pass the keymap's prompt as the pane
+       name to single_keymap_panes.
+
 2000-07-24  Andreas Schwab  <schwab@suse.de>
 
        * fns.c (Fmakehash): Pass Qeql to Fmake_hash_table if TEST is nil.