Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0584a38f
Commit
0584a38f
authored
Oct 06, 2002
by
Dave Love
Browse files
Don't require latin-1.
parent
2e801687
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/international/swedish.el
lisp/international/swedish.el
+4
-2
No files found.
lisp/ChangeLog
View file @
0584a38f
2002-10-06 Dave Love <fx@gnu.org>
* international/swedish.el: Don't require latin-1.
2002-10-05 Dave Love <fx@gnu.org>
* language/czech.el ("Czech"):
...
...
lisp/international/swedish.el
View file @
0584a38f
...
...
@@ -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."
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment