Mercurial > emacs
changeset 103409:89c22f5e239d
Remove trailing space.
author | Bill Wohler <wohler@newt.com> |
---|---|
date | Sat, 13 Jun 2009 17:08:03 +0000 |
parents | 9a30de718f4d |
children | c894aa66d7ca |
files | lisp/mh-e/mh-seq.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mh-e/mh-seq.el Sat Jun 13 16:44:33 2009 +0000 +++ b/lisp/mh-e/mh-seq.el Sat Jun 13 17:08:03 2009 +0000 @@ -746,7 +746,7 @@ "-norecurse" folder "-sequence" (symbol-name mh-unseen-seq)) (goto-char (point-min)) (multiple-value-bind (folder unseen total) - (values-list + (values-list (mh-parse-flist-output-line (buffer-substring (point) (mh-line-end-position)))) (list total unseen folder))))