]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/mm-util.el
Include versioned preloaded libraries in `package--builtin-versions'
[gnu-emacs] / lisp / gnus / mm-util.el
index c0f8742504ec4b239f81050981d49350328d59c6..adf2fdaa8ff1a45db6f5ed3cb353129b207385ef 100644 (file)
@@ -420,7 +420,7 @@ variable is set, it overrides the default priority."
 Setting it to nil is useful on Emacsen supporting Unicode if sending
 mail with multiple parts is preferred to sending a Unicode one.")
 
-(defvar mm-extra-numeric-entities
+(defcustom mm-extra-numeric-entities
   (mapcar
    (lambda (item)
      (cons (car item) (mm-ucs-to-char (cdr item))))
@@ -433,7 +433,9 @@ mail with multiple parts is preferred to sending a Unicode one.")
      (#x9C . #x0153) (#x9E . #x017E) (#x9F . #x0178)))
   "*Alist of extra numeric entities and characters other than ISO 10646.
 This table is used for decoding extra numeric entities to characters,
-like \"€\" to the euro sign, mainly in html messages.")
+like \"€\" to the euro sign, mainly in html messages."
+  :type '(alist :key-type character :value-type character)
+  :group 'mime)
 
 ;;; Internal variables: