# HG changeset patch # User Bill Wohler # Date 1244912902 0 # Node ID f5e25950595d5c7ac79671a00dc1082413da8499 # Parent c894aa66d7caf28f0822bfe05d0e427633c70357 Remove trailing space. diff -r c894aa66d7ca -r f5e25950595d lisp/mh-e/mh-xface.el --- a/lisp/mh-e/mh-xface.el Sat Jun 13 17:08:13 2009 +0000 +++ b/lisp/mh-e/mh-xface.el Sat Jun 13 17:08:22 2009 +0000 @@ -76,7 +76,7 @@ (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))