comparison lisp/mh-e/mh-xface.el @ 90384:c156f6a9e7b5

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 204-225) - Update from CVS - Sync from erc--emacs--0 - Merge from gnus--rel--5.10 - Improve tq.el. - Update from CVS: src/puresize.h (PURESIZE_RATIO): Reduce to 10/6. * gnus--rel--5.10 (patch 81-85) - Update from CVS - Merge from emacs--devo--0
author Miles Bader <miles@gnu.org>
date Mon, 17 Apr 2006 08:41:12 +0000
parents d81780942bb8
children 2443b8a6f498
comparison
equal deleted inserted replaced
90383:ab20fb198dda 90384:c156f6a9e7b5
58 (or mh-decode-mime-flag mh-mhl-format-file 58 (or mh-decode-mime-flag mh-mhl-format-file
59 mh-clean-message-header-flag)) 59 mh-clean-message-header-flag))
60 (funcall mh-show-xface-function))) 60 (funcall mh-show-xface-function)))
61 61
62 ;; Shush compiler. 62 ;; Shush compiler.
63 (eval-when-compile 63 (defvar default-enable-multibyte-characters) ; XEmacs
64 (mh-do-in-xemacs (defvar default-enable-multibyte-characters)))
65 64
66 (defun mh-face-display-function () 65 (defun mh-face-display-function ()
67 "Display a Face, X-Face, or X-Image-URL header field. 66 "Display a Face, X-Face, or X-Image-URL header field.
68 If more than one of these are present, then the first one found 67 If more than one of these are present, then the first one found
69 in this order is used." 68 in this order is used."