diff options
| author | Bill Wohler | 2005-10-17 06:33:31 +0000 |
|---|---|---|
| committer | Bill Wohler | 2005-10-17 06:33:31 +0000 |
| commit | 79af55a7ebdbe2f431851d96f38fbca08f7fe82c (patch) | |
| tree | 1f4761bd4d9bbba51739e7640b105ebfe5f7e9e7 /lisp/mh-e/ChangeLog | |
| parent | 790401011b97425bcd08a8bb43a798f6eb69d5fa (diff) | |
| download | emacs-79af55a7ebdbe2f431851d96f38fbca08f7fe82c.tar.gz emacs-79af55a7ebdbe2f431851d96f38fbca08f7fe82c.zip | |
(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.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 89f257ed2a3..53c562c86a0 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2005-10-16 Bill Wohler <wohler@newt.com> | 1 | 2005-10-16 Bill Wohler <wohler@newt.com> |
| 2 | 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. | ||
| 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. |