comparison lisp/ChangeLog @ 30422:9561d1a7e032

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Mon, 24 Jul 2000 15:19:02 +0000
parents a4f7b3cc6705
children a69ca2b45f4e
comparison
equal deleted inserted replaced
30421:544a9b8ebb8d 30422:9561d1a7e032
1 2000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * mouse.el (popup-menu): Run the keymap through indirect-function,
4 in case it was defined with define-prefix-key. If the menu is a
5 list of keymaps, look up the binding of user's choice in each one
6 of the keymaps.
7 (mouse-popup-menubar): If the global and local menu-bar keymaps
8 don't have a prompt string, create one and insert it into the
9 keymap. Don't barf if current-local-map returns nil.
10
1 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk> 11 2000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
2 12
3 * dired.el (dired-sort-R-check): Added to allow recursive listing 13 * dired.el (dired-sort-R-check): Added to allow recursive listing
4 to be undone. 14 to be undone.
5 (dired-sort-other): Use it. 15 (dired-sort-other): Use it.