Mercurial > hg > xemacs-beta
comparison lisp/w3/mm.el @ 44:8d2a9b52c682 r19-15prefinal
Import from CVS: tag r19-15prefinal
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:55:10 +0200 |
parents | c53a95d3c46d |
children |
comparison
equal
deleted
inserted
replaced
43:23cafc5d2038 | 44:8d2a9b52c682 |
---|---|
121 (".*" . (("viewer" . mm-save-binary-file) | 121 (".*" . (("viewer" . mm-save-binary-file) |
122 ("type" . "multipart/*"))) | 122 ("type" . "multipart/*"))) |
123 ) | 123 ) |
124 ) | 124 ) |
125 ("application" . ( | 125 ("application" . ( |
126 ("x-x509-ca-cert" . (("viewer" . ssl-view-site-cert) | |
127 ("test" . (fboundp 'ssl-view-site-cert)) | |
128 ("type" . "application/x-x509-ca-cert"))) | |
129 ("x-x509-user-cert" . (("viewer" . ssl-view-user-cert) | |
130 ("test" . (fboundp 'ssl-view-user-cert)) | |
131 ("type" . "application/x-x509-user-cert"))) | |
126 ("octet-stream" . (("viewer" . mm-save-binary-file) | 132 ("octet-stream" . (("viewer" . mm-save-binary-file) |
127 ("type" ."application/octet-stream"))) | 133 ("type" ."application/octet-stream"))) |
128 ("dvi" . (("viewer" . "open %s") | 134 ("dvi" . (("viewer" . "open %s") |
129 ("type" . "application/dvi") | 135 ("type" . "application/dvi") |
130 ("test" . (eq (device-type) 'ns)))) | 136 ("test" . (eq (device-type) 'ns)))) |