(mm-disable-multibyte): Autoload it.
This commit is contained in:
parent
d347df4fae
commit
407da272c1
2 changed files with 9 additions and 4 deletions
|
@ -1,15 +1,19 @@
|
|||
2008-04-05 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* gnus-ems.el (mm-disable-multibyte): Autoload it.
|
||||
|
||||
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
|
||||
Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
|
||||
|
||||
* nnheader.el (nnheader-init-server-buffer): Change buffer's multibyteness
|
||||
after rather than before erasing it.
|
||||
* nnheader.el (nnheader-init-server-buffer): Change buffer's
|
||||
multibyteness after rather than before erasing it.
|
||||
|
||||
* gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
|
||||
mm-with-multibyte.
|
||||
(gnus-request-article-this-buffer): Make sure the proper decoding is used
|
||||
if gnus-original-article-buffer happens to be unibyte.
|
||||
(gnus-request-article-this-buffer): Make sure the proper decoding is
|
||||
used if gnus-original-article-buffer happens to be unibyte.
|
||||
|
||||
* gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
|
||||
default-enable-multibyte-characters.
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
mark-active) ; aliased to region-exists-p in XEmacs.
|
||||
|
||||
(autoload 'gnus-alive-p "gnus-util")
|
||||
(autoload 'mm-disable-multibyte "mm-util")
|
||||
|
||||
(defun gnus-x-splash ()
|
||||
"Show a splash screen using a pixmap in the current buffer."
|
||||
|
|
Loading…
Add table
Reference in a new issue