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:
parent
2a1cf2b9aa
commit
86e1c36a8f
@ -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))))
|
||||
|
@ -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)))
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user