diff options
| -rw-r--r-- | lisp/international/swedish.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/swedish.el b/lisp/international/swedish.el index b3b73a41f48..103d7259cf9 100644 --- a/lisp/international/swedish.el +++ b/lisp/international/swedish.el | |||
| @@ -29,7 +29,7 @@ | |||
| 29 | 29 | ||
| 30 | ;; See iso-swed.el for a description of the character set. | 30 | ;; See iso-swed.el for a description of the character set. |
| 31 | 31 | ||
| 32 | (require 'iso-syntax) | 32 | (require 'latin-1) |
| 33 | 33 | ||
| 34 | (defvar swedish-re | 34 | (defvar swedish-re |
| 35 | "[ \t\n]\\(och\\|att\\|en\\|{r\\|\\[R\\|p}\\|P\\]\\|som\\|det\\|av\\|den\\|f|r\\|F\\\\R\\)[ \t\n.,?!:;'\")}]" | 35 | "[ \t\n]\\(och\\|att\\|en\\|{r\\|\\[R\\|p}\\|P\\]\\|som\\|det\\|av\\|den\\|f|r\\|F\\\\R\\)[ \t\n.,?!:;'\")}]" |