Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
20a7a65f
Commit
20a7a65f
authored
Jun 28, 2011
by
Lars Magne Ingebrigtsen
Browse files
(smtpmail-send-it): Leave off changing the buffer multibyteness, since it shouldn't matter.
parent
5f45cca5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/smtpmail.el
lisp/mail/smtpmail.el
+0
-1
No files found.
lisp/ChangeLog
View file @
20a7a65f
2011-06-28 Lars Magne Ingebrigtsen <larsi@gnus.org>
* mail/smtpmail.el (smtpmail-send-it): Leave off changing the
buffer multibyteness, since it shouldn't matter.
2011-06-28 Martin Rudalics <rudalics@gmx.at>
* window.el (display-buffer-in-side-window): Handle dedicated
...
...
lisp/mail/smtpmail.el
View file @
20a7a65f
...
...
@@ -631,7 +631,6 @@ The list is in preference order.")
;; clear the trace buffer of old output
(
with-current-buffer
process-buffer
(
set-buffer-multibyte
nil
)
(
setq
buffer-undo-list
t
)
(
erase-buffer
))
...
...
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