aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2005-10-17 06:33:31 +0000
committerBill Wohler2005-10-17 06:33:31 +0000
commit79af55a7ebdbe2f431851d96f38fbca08f7fe82c (patch)
tree1f4761bd4d9bbba51739e7640b105ebfe5f7e9e7 /lisp/mh-e/ChangeLog
parent790401011b97425bcd08a8bb43a798f6eb69d5fa (diff)
downloademacs-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/ChangeLog6
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 @@
12005-10-16 Bill Wohler <wohler@newt.com> 12005-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.