emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/lisp/mh-e mh-mime.el ChangeLog


From: Bill Wohler
Subject: [Emacs-commit] emacs/lisp/mh-e mh-mime.el ChangeLog
Date: Mon, 27 Feb 2006 22:30:58 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         
Changes by:     Bill Wohler <address@hidden>    06/02/27 22:30:58

Modified files:
        lisp/mh-e      : mh-mime.el ChangeLog 

Log message:
        (mh-minibuffer-read-type): Deleted comment in docstring about obsolete
        variable mh-mime-content-types.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/mh-mime.el.diff?tr1=1.50&tr2=1.51&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/emacs/emacs/lisp/mh-e/ChangeLog.diff?tr1=1.161&tr2=1.162&r1=text&r2=text

Patches:
Index: emacs/lisp/mh-e/ChangeLog
diff -u emacs/lisp/mh-e/ChangeLog:1.161 emacs/lisp/mh-e/ChangeLog:1.162
--- emacs/lisp/mh-e/ChangeLog:1.161     Mon Feb 27 22:29:54 2006
+++ emacs/lisp/mh-e/ChangeLog   Mon Feb 27 22:30:58 2006
@@ -1,5 +1,8 @@
 2006-02-27  Bill Wohler  <address@hidden>
 
+       * 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.
 
Index: emacs/lisp/mh-e/mh-mime.el
diff -u emacs/lisp/mh-e/mh-mime.el:1.50 emacs/lisp/mh-e/mh-mime.el:1.51
--- emacs/lisp/mh-e/mh-mime.el:1.50     Fri Feb 17 03:50:55 2006
+++ emacs/lisp/mh-e/mh-mime.el  Mon Feb 27 22:30:58 2006
@@ -1689,8 +1689,7 @@
   "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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]