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
3e0a61b5
Commit
3e0a61b5
authored
Apr 04, 1998
by
Richard M. Stallman
Browse files
(report-emacs-bug-hook): Don't bind enable-multibyte-characters.
parent
a26f4ccd
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 @
3e0a61b5
...
...
@@ -189,8 +189,7 @@ Type SPC to scroll through this section and its subsections.")))
(
y-or-n-p
"Convert non-ASCII letters to hexadecimal? "
))
(
save-excursion
(
goto-char
(
point-min
))
(
let
((
enable-multibyte-characters
nil
)
(
pattern
(
format
"[^%c-%c]"
0
127
))
(
let
((
pattern
(
format
"[^%c-%c]"
0
127
))
ch
)
(
while
(
re-search-forward
pattern
nil
t
)
(
setq
ch
(
preceding-char
))
...
...
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