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
cbeed4a8
Commit
cbeed4a8
authored
May 10, 2001
by
Eli Zaretskii
Browse files
(report-emacs-bug): Don't switch the buffer to
unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
parent
ff9aa2ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+5
-0
lisp/mail/emacsbug.el
lisp/mail/emacsbug.el
+0
-2
No files found.
lisp/ChangeLog
View file @
cbeed4a8
2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
* mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
2001-05-10 Gerd Moellmann <gerd@gnu.org>
* net/browse-url.el (browse-url-filename-alist): Allow UNC file
...
...
lisp/mail/emacsbug.el
View file @
cbeed4a8
...
...
@@ -89,8 +89,6 @@ Prompts for bug subject. Leaves you in a mail buffer."
(
forward-line
1
)
(
let
((
signature
(
buffer-substring
(
point
)
(
point-max
))))
;; Discourage users to write non-English text.
(
set-buffer-multibyte
nil
)
(
delete-region
(
point
)
(
point-max
))
(
insert
signature
)
(
backward-char
(
length
signature
)))
...
...
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