From 9239a2817f7ede6294b9c17970ff572461244ff8 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 1 Oct 2002 01:31:09 +0000 Subject: [PATCH] Bind set-case-syntax-charset to iso-8859-2. Never provide latin-2. --- lisp/international/latin-2.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/international/latin-2.el b/lisp/international/latin-2.el index 9ac40f621ed..9bf4559563b 100644 --- a/lisp/international/latin-2.el +++ b/lisp/international/latin-2.el @@ -33,7 +33,8 @@ (require 'case-table) -(let ((tbl (standard-case-table))) +(let ((tbl (standard-case-table)) + (set-case-syntax-charset 'iso-8859-2)) (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) ;breve @@ -91,11 +92,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-2)) - ;;; Don't compile this file: src/Makefile.in instructs make-docfile ;;; to look at the .el file! ;;; Local Variables: -- 2.39.5