(gnus-article-dumbquotes-map): Add \230.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Sep 2002 19:48:26 +0000 (19:48 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 7 Sep 2002 19:48:26 +0000 (19:48 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index a4cae14..ef1e92b 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-article-dumbquotes-map): Add \230.
+
 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-srvr.el (gnus-browse-make-menu-bar): Add "d".
index d11c88f..bfa4c2c 100644 (file)
@@ -675,6 +675,7 @@ displayed by the first non-nil matching CONTENT face."
     ("\225" "*")
     ("\226" "-")
     ("\227" "--")
+    ("\230" "-")                       ; This might not be correct.
     ("\231" "(TM)")
     ("\233" ">")
     ("\234" "oe")