comparison 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
comparison
equal deleted inserted replaced
68212:0c77c0b9a620 68213:a08b47775f9b
1 2006-01-16 Bill Wohler <wohler@newt.com> 1 2006-01-16 Bill Wohler <wohler@newt.com>
2
3 * mh-acros.el (require): Remove defadvice of require as defadvice
4 is verboten within Emacs and our implementation was returning the
5 wrong value from require. Upcoming restructuring should make this
6 unnecessary.
7 (mh-assoc-ignore-case): Replace with defsubst assoc-string.
8
9 * mh-alias.el (mh-alias-local-users, mh-alias-reload,
10 mh-alias-expand, mh-alias-minibuffer-confirm-address): Use it.
11
12 * mh-identity.el (mh-identity-field-handler): Use it.
2 13
3 * mh-comp.el (mh-show-buffer-message-number): Replace (car 14 * mh-comp.el (mh-show-buffer-message-number): Replace (car
4 (read-from-string string) with (string-to-number string). 15 (read-from-string string) with (string-to-number string).
5 16
6 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder): 17 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):