aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1998-09-23 21:51:50 +0000
committerKarl Heuer1998-09-23 21:51:50 +0000
commit0cf950b1a93ba7d22628af2829156c328a0fa1c0 (patch)
treefceb9085c7cd5442ad1bce679efd9cac93be215f
parentbd21f930c936043a9b6f1ebcdadce0a22ca7a62d (diff)
downloademacs-0cf950b1a93ba7d22628af2829156c328a0fa1c0.tar.gz
emacs-0cf950b1a93ba7d22628af2829156c328a0fa1c0.zip
(mh-mhn-compose-insertion): Use quotes.
-rw-r--r--lisp/mail/mh-mime.el7
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/mail/mh-mime.el b/lisp/mail/mh-mime.el
index 5c715878ebd..812a577ac41 100644
--- a/lisp/mail/mh-mime.el
+++ b/lisp/mail/mh-mime.el
@@ -28,7 +28,7 @@
28 28
29;;; Change Log: 29;;; Change Log:
30 30
31;; $Id: mh-mime.el,v 1.6 1996/01/14 07:34:30 erik Exp rms $ 31;; $Id: mh-mime.el,v 1.7 1997/01/13 03:25:05 rms Exp kwzh $
32 32
33;;; Code: 33;;; Code:
34 34
@@ -79,8 +79,9 @@ Content-description header. See also \\[mh-edit-mhn]."
79 mh-mime-content-types nil nil nil) 79 mh-mime-content-types nil nil nil)
80 (read-string "Content-description: ") 80 (read-string "Content-description: ")
81 (read-string "Content-Attributes: " 81 (read-string "Content-Attributes: "
82 (concat "name=" 82 (concat "name=\""
83 (file-name-nondirectory filename)))))) 83 (file-name-nondirectory filename)
84 "\"")))))
84 (mh-mhn-compose-type filename type description attributes )) 85 (mh-mhn-compose-type filename type description attributes ))
85 86
86(defun mh-mhn-compose-type (filename type 87(defun mh-mhn-compose-type (filename type