mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(mh-minibuffer-read-type): Deleted comment in docstring about obsolete
variable mh-mime-content-types.
This commit is contained in:
parent
abc46e909b
commit
0659521f75
2 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2006-02-27 Bill Wohler <wohler@newt.com>
|
||||
|
||||
* mh-mime.el (mh-minibuffer-read-type): Deleted comment in
|
||||
docstring about obsolete variable mh-mime-content-types.
|
||||
|
||||
* mh-e.el (mh-variant): Sync docstring with manual.
|
||||
(cus-face): Require as it is needed by mh-inherit-face-flag.
|
||||
|
||||
|
|
|
|||
|
|
@ -1689,8 +1689,7 @@ buffer, while END defaults to the the end of the buffer."
|
|||
"Return the content type associated with the given FILENAME.
|
||||
If the \"file\" command exists and recognizes the given file,
|
||||
then its value is returned\; otherwise, the user is prompted for
|
||||
a type (see `mailcap-mime-types' and for Emacs 20,
|
||||
`mh-mime-content-types').
|
||||
a type (see `mailcap-mime-types').
|
||||
Optional argument DEFAULT is returned if a type isn't entered."
|
||||
(mailcap-parse-mimetypes)
|
||||
(let* ((default (or default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue