Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d72975a6
Commit
d72975a6
authored
Oct 24, 2018
by
Katsumi Yamaoka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/gnus/mm-util.el (mm-decompress-buffer): Fix split-string args.
parent
c97a5f1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/gnus/mm-util.el
lisp/gnus/mm-util.el
+2
-1
No files found.
lisp/gnus/mm-util.el
View file @
d72975a6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment