2001-07-09 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 10 Jul 2001 02:58:35 +0000 (02:58 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Tue, 10 Jul 2001 02:58:35 +0000 (02:58 +0000)
* mm-decode.el (mm-attachment-override-p): Fix typo.

lisp/ChangeLog
lisp/mm-decode.el

index 568fbe0..8f7b97e 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-09 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
+
+       * mm-decode.el (mm-attachment-override-p): Fix typo.
+
 2001-03-19 05:28:00  Katsumi Yamaoka <yamaoka@jpl.org>
 
        * gnus-kill.el (gnus-execute): Work with the extra headers.
index d98f32f..fe500c7 100644 (file)
@@ -799,7 +799,7 @@ external if displayed external."
     (catch 'found
       (while (setq ty (pop types))
        (when (and (string-match ty type)
-                  (mm-inlinable-p ty))
+                  (mm-inlinable-p handle))
          (throw 'found t))))))
 
 (defun mm-inline-override-p (handle)