* mh-acros.el (require): Remove defadvice of require as defadvice is
authorBill Wohler <wohler@newt.com>
Mon, 16 Jan 2006 21:34:50 +0000 (21:34 +0000)
committerBill Wohler <wohler@newt.com>
Mon, 16 Jan 2006 21:34:50 +0000 (21:34 +0000)
commit1e4db53b60d7c9326c98200e80de167527a9fe06
tree32962cd419323f226567e9fdad15a3d773148529
parent8d2aa2377562f6c8f77e4cfe65a1fb8f1ac78cb6
* 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.
lisp/mh-e/ChangeLog
lisp/mh-e/mh-acros.el
lisp/mh-e/mh-alias.el
lisp/mh-e/mh-identity.el