diff lisp/gnus/mm-decode.el @ 49598:0d8b17d428b5

Trailing whitepace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 13:24:35 +0000
parents 7782e54757bb
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Tue Feb 04 12:29:42 2003 +0000
+++ b/lisp/gnus/mm-decode.el	Tue Feb 04 13:24:35 2003 +0000
@@ -164,7 +164,7 @@
   "List of media types that are to be displayed inline."
   :type '(repeat string)
   :group 'mime-display)
-  
+
 (defcustom mm-automatic-display
   '("text/plain" "text/enriched" "text/richtext" "text/html"
     "text/x-vcard" "image/.*" "message/delivery-status" "multipart/.*"
@@ -466,7 +466,7 @@
 		   (mm-handle-set-undisplayer handle (cons file buffer)))
 		 (message "Displaying %s..." (format method file))
 		 'external)))))))
-  
+
 (defun mm-mailcap-command (method file type-list)
   (let ((ctl (cdr type-list))
 	(beg 0)
@@ -493,7 +493,7 @@
 	  (push "<" out)
 	  (push (mm-quote-arg file) out)))
     (mapconcat 'identity (nreverse out) "")))
-    
+
 (defun mm-remove-parts (handles)
   "Remove the displayed MIME parts represented by HANDLES."
   (if (and (listp handles)