projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c97a5f1
)
* lisp/gnus/mm-util.el (mm-decompress-buffer): Fix split-string args.
author
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 24 Oct 2018 10:09:51 +0000
(10:09 +0000)
committer
Katsumi Yamaoka
<yamaoka@jpl.org>
Wed, 24 Oct 2018 10:09:51 +0000
(10:09 +0000)
lisp/gnus/mm-util.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-util.el
b/lisp/gnus/mm-util.el
index fcd97f2b27cd33fe0dd67bc3c7bdf810e84c6e53..91c5f0e90705a609b02fc86a9778a0e48d208b77 100644
(file)
--- a/
lisp/gnus/mm-util.el
+++ b/
lisp/gnus/mm-util.el
@@
-843,7
+843,8
@@
decompressed data. The buffer's multibyteness must be turned off."
(prog2
(insert-file-contents err-file)
(buffer-string)
- (erase-buffer)) t)
+ (erase-buffer))
+ nil t)
" ")
"\n")
(setq err-msg