changeset 89161:dc16da3f414d

Don't require latin-1.
author Dave Love <fx@gnu.org>
date Sun, 06 Oct 2002 16:12:34 +0000
parents 5b452d9d5875
children c50ec78a847f
files lisp/international/swedish.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/international/swedish.el	Sun Oct 06 13:29:21 2002 +0000
+++ b/lisp/international/swedish.el	Sun Oct 06 16:12:34 2002 +0000
@@ -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.")