1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-25 19:11:56 +00:00

Remove trailing space.

This commit is contained in:
Bill Wohler 2009-06-13 17:08:22 +00:00
parent 2a1cf2b9aa
commit 86e1c36a8f
3 changed files with 3 additions and 3 deletions

View File

@ -746,7 +746,7 @@ completion is over."
"-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))))

View File

@ -455,7 +455,7 @@ be handled next."
(substring output position line-end))
mh-speed-partial-line "")
(multiple-value-setq (folder unseen total)
(values-list
(values-list
(mh-parse-flist-output-line line mh-speed-current-folder)))
(when (and folder unseen total
(let ((old-pair (gethash folder mh-speed-flists-cache)))

View File

@ -76,7 +76,7 @@ in this order is used."
(x-face (setq raw (mh-uncompface x-face)
type 'pbm))
(url (setq type 'url))
(t (multiple-value-setq (type raw)
(t (multiple-value-setq (type raw)
(values-list (mh-picon-get-image)))))
(when type
(goto-char (point-min))