diff lisp/mh-e/ChangeLog @ 68213:a08b47775f9b

* mh-acros.el (require): Remove defadvice of require as defadvice is verboten within Emacs and our implementation was returning the wrong value from require. Upcoming restructuring should make this unnecessary. (mh-assoc-ignore-case): Replace with defsubst assoc-string. * mh-alias.el (mh-alias-local-users, mh-alias-reload, mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it. * mh-identity.el (mh-identity-field-handler): Use it.
author Bill Wohler <wohler@newt.com>
date Mon, 16 Jan 2006 21:34:50 +0000
parents 0c77c0b9a620
children 21395f2accec
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Mon Jan 16 20:05:14 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Mon Jan 16 21:34:50 2006 +0000
@@ -1,5 +1,16 @@
 2006-01-16  Bill Wohler  <wohler@newt.com>
 
+	* mh-acros.el (require): Remove defadvice of require as defadvice
+	is verboten within Emacs and our implementation was returning the
+	wrong value from require. Upcoming restructuring should make this
+	unnecessary.
+	(mh-assoc-ignore-case): Replace with defsubst assoc-string.
+
+	* mh-alias.el (mh-alias-local-users, mh-alias-reload,
+	mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
+
+	* mh-identity.el (mh-identity-field-handler): Use it.
+
 	* mh-comp.el (mh-show-buffer-message-number): Replace (car
 	(read-from-string string) with (string-to-number string).