Mercurial > emacs
changeset 102808:385e9fee18a2
Fix typos.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 31 Mar 2009 20:55:59 +0000 |
parents | 3d3813ad2fba |
children | 6b605b539280 |
files | lisp/mh-e/ChangeLog |
diffstat | 1 files changed, 3 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Tue Mar 31 20:53:03 2009 +0000 +++ b/lisp/mh-e/ChangeLog Tue Mar 31 20:55:59 2009 +0000 @@ -1,17 +1,16 @@ 2009-03-13 D. Goel <deego3@gmail.com> * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call - to list. + to list. * mh-speed.el (mh-speed-parse-flists-output): Ditto. * mh-xface.el (mh-face-display-function): Ditto. * mh-search.el (mh-index-parse-search-regexp): Ditto. - * mh-thread.el (mh-thread-generate): Ditto. - * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. We - want to avoid emacs using m-v facilities. + * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. + We want to avoid emacs using m-v facilities. (mh-folder-size-folder): Ditto. (mh-parse-flist-output-line): Ditto. * mh-thread.el (mh-thread-prune-subject): Ditto. @@ -19,7 +18,6 @@ (mh-picon-file-contents): Ditto. * mh-search.el (mh-index-evaluate): Ditto. - 2009-01-27 Bill Wohler <wohler@newt.com> * mh-funcs.el (mh-pack-folder): Fix docstring.