From: Dave Love Date: Sun, 6 Oct 2002 16:12:56 +0000 (+0000) Subject: Don't require latin-1. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~289 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0584a38f863ded25911ec9fc3e87e76cb10675ad;p=emacs.git Don't require latin-1. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3ad80f5f6a1..5c33b0640e5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2002-10-06 Dave Love + + * international/swedish.el: Don't require latin-1. + 2002-10-05 Dave Love * language/czech.el ("Czech"): diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el index 05229b2e9e5..c636529362f 100644 --- a/lisp/international/swedish.el +++ b/lisp/international/swedish.el @@ -27,12 +27,14 @@ ;;; Code: +;; Fixme: Is this actually used? if so, it should be in language, +;; possibly as a feature property of Swedish, probably defining a +;; `swascii' coding system. + ;; Written by Howard Gayle. See case-table.el for details. ;; See iso-swed.el for a description of the character set. -(require 'latin-1) - (defvar swedish-re "[ \t\n]\\(och\\|att\\|en\\|{r\\|\\[R\\|p}\\|P\\]\\|som\\|det\\|av\\|den\\|f|r\\|F\\\\R\\)[ \t\n.,?!:;'\")}]" "Regular expression for common Swedish words.")