From: yamaoka Date: Tue, 19 Dec 2000 22:11:16 +0000 (+0000) Subject: Synch with Gnus. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fdf0d2ef6690df77363ccecb0c23f0bf74110bad;p=elisp%2Fgnus.git- Synch with Gnus. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e511a98..dcb5323 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-12-19 Raymond Scholz + + * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol. + 2000-12-19 Per Abrahamsen * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m' diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index a95f96c..8bed980 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -629,7 +629,8 @@ displayed by the first non-nil matching CONTENT face." "Function used to decode headers.") (defvar gnus-article-dumbquotes-map - '(("\202" ",") + '(("\200" "EUR") + ("\202" ",") ("\203" "f") ("\204" ",,") ("\205" "...")