Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 66138:88bf1b026ccb
(mh-display-completion-list-compat): New macro which calls
`display-completion-list' correctly in older environments. Versions of
Emacs prior to version 22 lacked a COMMON-SUBSTRING argument.
(mh-complete-word): Use it.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Mon, 17 Oct 2005 06:33:31 +0000 |
parents | aacff8293f4b |
children | 28718fa5d988 |
comparison
equal
deleted
inserted
replaced
66137:8e90ee28ad1a | 66138:88bf1b026ccb |
---|---|
1 2005-10-16 Bill Wohler <wohler@newt.com> | 1 2005-10-16 Bill Wohler <wohler@newt.com> |
2 | |
3 * mh-comp.el (mh-display-completion-list-compat): New macro which | |
4 calls `display-completion-list' correctly in older environments. | |
5 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING | |
6 argument. | |
7 (mh-complete-word): Use it. | |
2 | 8 |
3 * mh-init.el (mh-image-load-path): Use locate-library to find | 9 * mh-init.el (mh-image-load-path): Use locate-library to find |
4 MH-E. This simplified the code a lot. Flattened out nested | 10 MH-E. This simplified the code a lot. Flattened out nested |
5 statements even more. | 11 statements even more. |
6 | 12 |