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
23c6089e
Commit
23c6089e
authored
Jul 04, 2001
by
Gerd Moellmann
Browse files
(nnheader-init-server-buffer): Make sure the
*nntpd* buffer is made multibyte instead of a random buffer.
parent
b5e2c7a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/gnus/nnheader.el
lisp/gnus/nnheader.el
+1
-1
No files found.
lisp/gnus/nnheader.el
View file @
23c6089e
...
...
@@ -474,8 +474,8 @@ the line could be found."
(
save-excursion
(
unless
(
gnus-buffer-live-p
nntp-server-buffer
)
(
setq
nntp-server-buffer
(
get-buffer-create
" *nntpd*"
)))
(
mm-enable-multibyte
)
(
set-buffer
nntp-server-buffer
)
(
mm-enable-multibyte
)
(
erase-buffer
)
(
kill-all-local-variables
)
(
setq
case-fold-search
t
)
;Should ignore case.
...
...
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