Synch with Gnus. t-gnus-6_14-quimby
authoryamaoka <yamaoka>
Tue, 19 Dec 2000 22:11:16 +0000 (22:11 +0000)
committeryamaoka <yamaoka>
Tue, 19 Dec 2000 22:11:16 +0000 (22:11 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index e511a98..dcb5323 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-19  Raymond Scholz <ray-2000@zonix.de>
+
+       * gnus-art.el (gnus-article-dumbquotes-map): Add EUR symbol.
+
 2000-12-19  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * mml.el (mml-mode-map): Change mml prefix from `M-m' to `C-c C-m'
index a95f96c..8bed980 100644 (file)
@@ -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" "...")