Mercurial > emacs
comparison lisp/ChangeLog @ 39845:e7ed51a0fc32
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 12 Oct 2001 19:59:43 +0000 |
parents | 2a5c5dd11114 |
children | 10b9480202e8 |
comparison
equal
deleted
inserted
replaced
39844:0433563f559d | 39845:e7ed51a0fc32 |
---|---|
1 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> | 1 2001-10-12 Stefan Monnier <monnier@cs.yale.edu> |
2 | |
3 * menu-bar.el (minibuffer-local-*map): Take inheritance into account. | |
4 | |
5 * simple.el (minibuffer-local*-map): Remove redundant bindings. | |
6 | |
7 * bindings.el (minibuffer-local-map): Also bind next, C-n, C-s, prior, | |
8 C-p and C-r. Remove redundant bindings from inheriting maps. | |
2 | 9 |
3 * progmodes/cperl-mode.el: Merged in changes from v4.32. | 10 * progmodes/cperl-mode.el: Merged in changes from v4.32. |
4 After 4.23 and: After 4.24: | 11 After 4.23 and: After 4.24: |
5 (cperl-contract-levels): Restore position. | 12 (cperl-contract-levels): Restore position. |
6 (cperl-beautify-level): Likewise. | 13 (cperl-beautify-level): Likewise. |