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
22ad9937
Commit
22ad9937
authored
Apr 13, 1998
by
Karl Heuer
Browse files
(report-emacs-bug-hook): Don't absolutely
reject non-ASCII characters.
parent
b8f477cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+1
-2
No files found.
lisp/mail/emacsbug.el
View file @
22ad9937
...
...
@@ -192,8 +192,7 @@ Type SPC to scroll through this section and its subsections.")))
(
not
(
eobp
)))
(
let
((
ch
(
following-char
)))
(
delete-char
1
)
(
insert
(
format
"=%02x"
ch
))))
(
error
"Please convert non-ASCII characters to something else"
))))
(
insert
(
format
"=%02x"
ch
)))))))
;; The last warning for novice users.
(
if
(
or
report-emacs-bug-no-confirmation
...
...
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