# HG changeset patch # User Juanma Barranquero # Date 1238532959 0 # Node ID 385e9fee18a2d152ac91d7dd9b91bfb70525efc6 # Parent 3d3813ad2fba1992854742733b4ac7907de2dd9a Fix typos. diff -r 3d3813ad2fba -r 385e9fee18a2 lisp/mh-e/ChangeLog --- 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 * 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 * mh-funcs.el (mh-pack-folder): Fix docstring.