Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 68779:156eafa22e3e
(mh-search): Wrap code in (block mh-search ...) rather than use
defun*. XEmacs cannot create a proper autoload for a defun*.
| author | Bill Wohler <wohler@newt.com> |
|---|---|
| date | Fri, 10 Feb 2006 20:04:50 +0000 |
| parents | 475285e9bca9 |
| children | 3f537f106072 b98066f4aa10 4b3d39451150 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Feb 10 17:11:56 2006 +0000 +++ b/lisp/mh-e/ChangeLog Fri Feb 10 20:04:50 2006 +0000 @@ -1,3 +1,9 @@ +2006-02-10 Bill Wohler <wohler@newt.com> + + * mh-search.el (mh-search): Wrap code in (block mh-search ...) + rather than use defun*. XEmacs cannot create a proper autoload for + a defun*. + 2006-02-09 Bill Wohler <wohler@newt.com> * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
