Mercurial > emacs
changeset 23305:61483b4c169c
(mh-mhn-compose-insertion): Use quotes.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Wed, 23 Sep 1998 21:51:50 +0000 |
parents | 3a7a029df593 |
children | 4beab023a902 |
files | lisp/mail/mh-mime.el |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/mh-mime.el Tue Sep 22 10:33:09 1998 +0000 +++ b/lisp/mail/mh-mime.el Wed Sep 23 21:51:50 1998 +0000 @@ -28,7 +28,7 @@ ;;; Change Log: -;; $Id: mh-mime.el,v 1.6 1996/01/14 07:34:30 erik Exp rms $ +;; $Id: mh-mime.el,v 1.7 1997/01/13 03:25:05 rms Exp kwzh $ ;;; Code: @@ -79,8 +79,9 @@ mh-mime-content-types nil nil nil) (read-string "Content-description: ") (read-string "Content-Attributes: " - (concat "name=" - (file-name-nondirectory filename)))))) + (concat "name=\"" + (file-name-nondirectory filename) + "\""))))) (mh-mhn-compose-type filename type description attributes )) (defun mh-mhn-compose-type (filename type