comparison lisp/mh-e/mh-mime.el @ 69188:bbe4019f0045

(mh-minibuffer-read-type): Deleted comment in docstring about obsolete variable mh-mime-content-types.
author Bill Wohler <wohler@newt.com>
date Mon, 27 Feb 2006 22:30:58 +0000
parents bbac579a3af5
children 0e0916499a15 5754737d1e04
comparison
equal deleted inserted replaced
69187:280cf586dca0 69188:bbe4019f0045
1687 1687
1688 (defun mh-minibuffer-read-type (filename &optional default) 1688 (defun mh-minibuffer-read-type (filename &optional default)
1689 "Return the content type associated with the given FILENAME. 1689 "Return the content type associated with the given FILENAME.
1690 If the \"file\" command exists and recognizes the given file, 1690 If the \"file\" command exists and recognizes the given file,
1691 then its value is returned\; otherwise, the user is prompted for 1691 then its value is returned\; otherwise, the user is prompted for
1692 a type (see `mailcap-mime-types' and for Emacs 20, 1692 a type (see `mailcap-mime-types').
1693 `mh-mime-content-types').
1694 Optional argument DEFAULT is returned if a type isn't entered." 1693 Optional argument DEFAULT is returned if a type isn't entered."
1695 (mailcap-parse-mimetypes) 1694 (mailcap-parse-mimetypes)
1696 (let* ((default (or default 1695 (let* ((default (or default
1697 (mm-default-file-encoding filename) 1696 (mm-default-file-encoding filename)
1698 "application/octet-stream")) 1697 "application/octet-stream"))