(gnus-display-x-face-in-from): Remove unnecessary use of
default-enable-multibyte-characters.
This commit is contained in:
parent
7ab0253ddb
commit
d7eb3b362d
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,8 @@
|
||||||
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||||
|
|
||||||
|
* gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
|
||||||
|
default-enable-multibyte-characters.
|
||||||
|
|
||||||
* mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
|
* mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
|
||||||
|
|
||||||
* nnweb.el (nnweb-init): Avoid nn-with-unibyte.
|
* nnweb.el (nnweb-init): Avoid nn-with-unibyte.
|
||||||
|
|
|
@ -217,8 +217,7 @@ colors of the displayed X-Faces."
|
||||||
(defun gnus-display-x-face-in-from (data)
|
(defun gnus-display-x-face-in-from (data)
|
||||||
"Display the X-Face DATA in the From header."
|
"Display the X-Face DATA in the From header."
|
||||||
(require 'gnus-art)
|
(require 'gnus-art)
|
||||||
(let ((default-enable-multibyte-characters nil)
|
(let (pbm)
|
||||||
pbm)
|
|
||||||
(when (or (gnus-image-type-available-p 'xface)
|
(when (or (gnus-image-type-available-p 'xface)
|
||||||
(and (gnus-image-type-available-p 'pbm)
|
(and (gnus-image-type-available-p 'pbm)
|
||||||
(setq pbm (uncompface data))))
|
(setq pbm (uncompface data))))
|
||||||
|
@ -293,5 +292,5 @@ colors of the displayed X-Faces."
|
||||||
|
|
||||||
(provide 'gnus-fun)
|
(provide 'gnus-fun)
|
||||||
|
|
||||||
;;; arch-tag: 9d000a69-15cc-4491-9dc0-4627484f50c1
|
;; arch-tag: 9d000a69-15cc-4491-9dc0-4627484f50c1
|
||||||
;;; gnus-fun.el ends here
|
;;; gnus-fun.el ends here
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue