diff options
author | Miles Bader <miles@gnu.org> | 2005-02-13 07:19:08 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2005-02-13 07:19:08 +0000 |
commit | dd75f82d04b1c7fb91fd3024021a3d7977154857 (patch) | |
tree | 456488f67c9de7fec805140f39993e1e3bebac8f /lisp/gnus/mml.el | |
parent | 3807ffd05dc6b10cef9066b4d3b49b24788313a9 (diff) | |
parent | 9b981cb6861358a05a241509d73f2b8ea25c64ce (diff) | |
download | emacs-dd75f82d04b1c7fb91fd3024021a3d7977154857.tar.gz |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-13
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-83
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-89
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-90
Update from CVS: man/calc.texi: Add macro for LaTeX for info output.
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-91
- miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-94
Update from CVS
Diffstat (limited to 'lisp/gnus/mml.el')
-rw-r--r-- | lisp/gnus/mml.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el index c4c4ccdbd81..010acc63a2b 100644 --- a/lisp/gnus/mml.el +++ b/lisp/gnus/mml.el @@ -44,7 +44,7 @@ '(name access-type expiration size permission format) "*A list of acceptable parameters in MML tag. These parameters are generated in Content-Type header if exists." - :version "21.4" + :version "22.1" :type '(repeat (symbol :tag "Parameter")) :group 'message) @@ -52,14 +52,14 @@ These parameters are generated in Content-Type header if exists." '(filename creation-date modification-date read-date) "*A list of acceptable parameters in MML tag. These parameters are generated in Content-Disposition header if exists." - :version "21.4" + :version "22.1" :type '(repeat (symbol :tag "Parameter")) :group 'message) (defcustom mml-insert-mime-headers-always nil "If non-nil, always put Content-Type: text/plain at top of empty parts. It is necessary to work against a bug in certain clients." - :version "21.4" + :version "22.1" :type 'boolean :group 'message) |