From 462fb704c4abd642e123a3a25fcc993e733fb7c7 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 10 Sep 2001 17:11:43 +0000 Subject: [PATCH] Give pilcrow punctuation syntax. --- lisp/international/latin-9.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/latin-9.el b/lisp/international/latin-9.el index 574796ed563..7044e3f4c25 100644 --- a/lisp/international/latin-9.el +++ b/lisp/international/latin-9.el @@ -71,7 +71,7 @@ (set-case-syntax 179 "w" tbl) ;superscript three (set-case-syntax-pair 180 184 tbl) ;latin letter z with caron * (set-case-syntax 181 "_" tbl) ;micro sign - (set-case-syntax 182 "w" tbl) ;pilcrow sign + (set-case-syntax 182 "." tbl) ;pilcrow sign (set-case-syntax 183 "_" tbl) ;middle dot (set-case-syntax 185 "w" tbl) ;superscript one (set-case-syntax 186 "w" tbl) ;masculine ordinal indicator -- 2.39.5