X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=mime-conf.el;h=e2dbf77a0bf8233a9ff34a1a8c89e60c0793ed7c;hb=e9f2f9a5aa31849f4d0c061d92c2841fb88c7b09;hp=05508938fade03b63273df9d15386e10f28b229b;hpb=c621f44d4221cc3e0aa3854e72b146f56d51238d;p=elisp%2Fflim.git diff --git a/mime-conf.el b/mime-conf.el index 0550893..e2dbf77 100644 --- a/mime-conf.el +++ b/mime-conf.el @@ -1,6 +1,6 @@ ;;; mime-conf.el --- mailcap parser and MIME playback configuration -;; Copyright (C) 1997,1998,1999,2000 Free Software Foundation, Inc. +;; Copyright (C) 1997,1998,1999,2000,2004 Free Software Foundation, Inc. ;; Author: MORIOKA Tomohiko ;; Created: 1997-06-27 @@ -222,7 +222,7 @@ may be: (error "'filename is not specified in situation.") (setq dest (concat dest (substring mtext p (1- i)) - file) + (shell-quote-argument file)) i (1+ i) p i) )))