diff --git a/lisp/net/pop3.el b/lisp/net/pop3.el index aa34fe7f1a3..dcac36f2a4a 100644 --- a/lisp/net/pop3.el +++ b/lisp/net/pop3.el @@ -463,7 +463,7 @@ Return non-nil if it is necessary to update the local UIDL file." (when (cdr elt) (insert "(\"" (pop elt) "\"\n ") (while elt - (insert (format "\"%s\" %s\n " (pop elt) (pop elt)))) + (insert (format "%S %s\n " (pop elt) (pop elt)))) (delete-char -4) (insert ")\n "))) (delete-char -3)