X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fmm-decode.el;h=891843424fd7fcd01bfeb624fa2565123587c843;hb=5beb390633ce1e32cdf319c6ba19926244bbfdf2;hp=1278d118c6b68f88b2455f9ef4050472dfa6a632;hpb=bbe68edb313e02acb4557e5cc4ff2f87a41ca66c;p=gnus diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 1278d118c..891843424 100644 --- a/lisp/mm-decode.el +++ b/lisp/mm-decode.el @@ -1,6 +1,6 @@ ;;; mm-decode.el --- Functions for decoding MIME things -;; Copyright (C) 1998-2012 Free Software Foundation, Inc. +;; Copyright (C) 1998-2012 Free Software Foundation, Inc. ;; Author: Lars Magne Ingebrigtsen ;; MORIOKA Tomohiko @@ -1508,7 +1508,7 @@ be determined." (let ((image (mm-get-image handle))) (or (not image) (if (featurep 'xemacs) - ;; XEmacs' glyphs can actually tell us about their width, so + ;; XEmacs's glyphs can actually tell us about their width, so ;; let's be nice and smart about them. (or mm-inline-large-images (and (<= (glyph-width image) (window-pixel-width))