(mm-inline-media-tests): .xpm is 'x-xpixmap'.
authorJesper Harder <harder@ifa.au.dk>
Wed, 8 Jan 2003 00:05:27 +0000 (00:05 +0000)
committerJesper Harder <harder@ifa.au.dk>
Wed, 8 Jan 2003 00:05:27 +0000 (00:05 +0000)
lisp/ChangeLog
lisp/mm-decode.el

index eba7f92..9b6fc98 100644 (file)
@@ -1,3 +1,7 @@
+2003-01-08  Jesper Harder  <harder@ifa.au.dk>
+
+       * mm-decode.el (mm-inline-media-tests): .xpm is 'x-xpixmap'.
+
 2003-01-07  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nnrss.el (nnrss-group-alist): Add and clear up.
index 0e76d92..6a6d4c8 100644 (file)
@@ -1,5 +1,5 @@
 ;;; mm-decode.el --- Functions for decoding MIME things
-;; Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+;; Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;;     MORIOKA Tomohiko <morioka@jaist.ac.jp>
@@ -178,7 +178,7 @@ consider all the urls to be safe."
      mm-inline-image
      (lambda (handle)
        (mm-valid-and-fit-image-p 'xpm handle)))
-    ("image/x-pixmap"
+    ("image/x-xpixmap"
      mm-inline-image
      (lambda (handle)
        (mm-valid-and-fit-image-p 'xpm handle)))