From de8457f1429b3a018699124355ffa350e6a51e52 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 1 Oct 2002 01:31:29 +0000 Subject: [PATCH] Bind set-case-syntax-charset to iso-8859-3. Never provide latin-3. --- lisp/international/latin-3.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lisp/international/latin-3.el b/lisp/international/latin-3.el index b2a8492eed7..36ca36c259d 100644 --- a/lisp/international/latin-3.el +++ b/lisp/international/latin-3.el @@ -32,7 +32,8 @@ (require 'case-table) -(let ((tbl (standard-case-table))) +(let ((tbl (standard-case-table)) + (set-case-syntax-charset 'iso-8859-3)) (set-case-syntax 160 " " tbl) ;no-break space (set-case-syntax-pair 161 177 tbl) ;latin letter h with stroke (set-case-syntax 162 "w" tbl) ;breve @@ -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-3)) - ;;; Don't compile this file: src/Makefile.in instructs make-docfile ;;; to look at the .el file! ;;; Local Variables: -- 2.39.5