Mercurial > emacs
comparison lisp/gnus/mm-util.el @ 90609:bb0e318b7c53
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 447-459)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 141-144)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-115
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 03 Oct 2006 05:04:21 +0000 |
parents | 8a8e69664178 36dcde72adad |
children | 8dd8c8286063 |
comparison
equal
deleted
inserted
replaced
90608:1bc627bac080 | 90609:bb0e318b7c53 |
---|---|
251 (const (undecided . windows-1252))) | 251 (const (undecided . windows-1252))) |
252 (repeat :inline t | 252 (repeat :inline t |
253 :tag "Other options" | 253 :tag "Other options" |
254 (cons (symbol :tag "From charset") | 254 (cons (symbol :tag "From charset") |
255 (symbol :tag "To charset")))) | 255 (symbol :tag "To charset")))) |
256 :version "23.0" ;; No Gnus | 256 :version "22.1" ;; Gnus 5.10.9 |
257 :group 'mime) | 257 :group 'mime) |
258 | 258 |
259 (defcustom mm-charset-eval-alist | 259 (defcustom mm-charset-eval-alist |
260 (if (featurep 'xemacs) | 260 (if (featurep 'xemacs) |
261 nil ;; I don't know what would be useful for XEmacs. | 261 nil ;; I don't know what would be useful for XEmacs. |
268 "An alist of (CHARSET . FORM) pairs. | 268 "An alist of (CHARSET . FORM) pairs. |
269 If an article is encoded in an unknown CHARSET, FORM is | 269 If an article is encoded in an unknown CHARSET, FORM is |
270 evaluated. This allows to load additional libraries providing | 270 evaluated. This allows to load additional libraries providing |
271 charsets on demand. If supported by your Emacs version, you | 271 charsets on demand. If supported by your Emacs version, you |
272 could use `autoload-coding-system' here." | 272 could use `autoload-coding-system' here." |
273 :version "23.0" ;; No Gnus | 273 :version "22.1" ;; Gnus 5.10.9 |
274 :type '(list (set :inline t | 274 :type '(list (set :inline t |
275 (const (windows-1250 . (mm-codepage-setup 1250 t))) | 275 (const (windows-1250 . (mm-codepage-setup 1250 t))) |
276 (const (windows-1251 . (mm-codepage-setup 1251 t))) | 276 (const (windows-1251 . (mm-codepage-setup 1251 t))) |
277 (const (windows-1253 . (mm-codepage-setup 1253 t))) | 277 (const (windows-1253 . (mm-codepage-setup 1253 t))) |
278 (const (windows-1257 . (mm-codepage-setup 1257 t))) | 278 (const (windows-1257 . (mm-codepage-setup 1257 t))) |