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
9be82109
Commit
9be82109
authored
Jan 18, 2001
by
Kenichi Handa
Browse files
(mail-setup): Call set-buffer-multibyte because
kill-local-variable doesn't work for enable-multibyte-characters.
parent
6b453381
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
lisp/mail/sendmail.el
lisp/mail/sendmail.el
+3
-1
No files found.
lisp/mail/sendmail.el
View file @
9be82109
...
...
@@ -368,7 +368,9 @@ actually occur.")
(
build-mail-aliases
))))
;; Don't leave this around from a previous message.
(
kill-local-variable
'buffer-file-coding-system
)
(
kill-local-variable
'enable-multibyte-characters
)
;; This doesn't work for enable-multibyte-characters.
;; (kill-local-variable 'enable-multibyte-characters)
(
set-buffer-multibyte
default-enable-multibyte-characters
)
(
if
current-input-method
(
inactivate-input-method
))
(
setq
mail-send-actions
actions
)
...
...
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