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
249ac14b
Commit
249ac14b
authored
Apr 03, 1998
by
Richard M. Stallman
Browse files
(report-emacs-bug): Use set-buffer-multibyte.
parent
e934739e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+1
-1
No files found.
lisp/mail/emacsbug.el
View file @
249ac14b
...
...
@@ -155,7 +155,7 @@ Type SPC to scroll through this section and its subsections.")))
(
make-local-variable
'mail-send-hook
)
(
add-hook
'mail-send-hook
'report-emacs-bug-hook
)
;; Discourage users to write non-English text.
(
set
q
enable
-multibyte
-characters
nil
)
(
set
-buffer
-multibyte
nil
)
(
save-excursion
(
goto-char
(
point-max
))
(
skip-chars-backward
" \t\n"
)
...
...
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