From 381a26810b565fe7a567b328acb9ee131542fceb Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 1 Oct 2002 01:31:47 +0000 Subject: [PATCH] Bind set-case-syntax-charset to iso-8859-4. Never provide latin-4. --- lisp/international/latin-4.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/international/latin-4.el b/lisp/international/latin-4.el index f5891c414fe..bcfc500f374 100644 --- a/lisp/international/latin-4.el +++ b/lisp/international/latin-4.el @@ -31,7 +31,8 @@ (require 'case-table) -(let ((tbl (standard-case-table))) +(let ((tbl (standard-case-table)) + (set-case-syntax-charset 'iso-8859-4)) (set-case-syntax 160 " " tbl) ;no-break space (set-case-syntax-pair 161 177 tbl) ;latin letter a with ogonek (set-case-syntax 162 "w" tbl) ;latin letter kra @@ -89,11 +90,6 @@ (set-case-syntax 247 "_" tbl) ;division sign (set-case-syntax 255 "w" tbl)) ;dot above -;; When preloading this file, don't provide the feature. -;; Explicit `require' is used to load this for 8-bit characters. -(or set-case-syntax-set-multibyte - (provide 'latin-4)) - ;;; Don't compile this file: src/Makefile.in instructs make-docfile ;;; to look at the .el file! ;;; Local Variables: -- 2.39.5