(nnweb-init): Avoid nn-with-unibyte.

This commit is contained in:
Stefan Monnier 2008-04-05 20:02:32 +00:00
parent 64981d1aab
commit 3b728e953f
2 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
* nnweb.el (nnweb-init): Avoid nn-with-unibyte.
2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
* gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):

View file

@ -294,12 +294,12 @@ Valid types include `google', `dejanews', and `gmane'.")
"Initialize buffers and such."
(unless (gnus-buffer-live-p nnweb-buffer)
(setq nnweb-buffer
(save-excursion
(mm-with-unibyte
(nnheader-set-temp-buffer
(format " *nnweb %s %s %s*"
nnweb-type nnweb-search server))
(current-buffer))))))
(save-current-buffer
(nnheader-set-temp-buffer
(format " *nnweb %s %s %s*"
nnweb-type nnweb-search server))
(mm-disable-multibyte)
(current-buffer)))))
;;;
;;; groups.google.com