diff 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
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Mon Oct 17 06:28:55 2005 +0000
+++ b/lisp/mh-e/ChangeLog	Mon Oct 17 06:33:31 2005 +0000
@@ -1,5 +1,11 @@
 2005-10-16  Bill Wohler  <wohler@newt.com>
 
+	* mh-comp.el (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.
+
 	* mh-init.el (mh-image-load-path): Use locate-library to find
 	MH-E. This simplified the code a lot. Flattened out nested
 	statements even more.