Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 92770:b7f1378e2a2c
(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 12 Mar 2008 18:40:01 +0000 |
parents | 734bb318f69e |
children | a3d61f1532f1 |
comparison
equal
deleted
inserted
replaced
92769:734bb318f69e | 92770:b7f1378e2a2c |
---|---|
1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | |
3 * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte temp buffer. | |
4 (nnimap-request-move-article): Use with-current-buffer. | |
2 | 5 |
3 * mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting | 6 * mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting |
4 the handle-buffer's text, so the implicit multibyte->unibyte conversion | 7 the handle-buffer's text, so the implicit multibyte->unibyte conversion |
5 uses string-make-unibyte rather than string-as-unibyte. | 8 uses string-make-unibyte rather than string-as-unibyte. |
6 | 9 |