Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
1654112f
Commit
1654112f
authored
Dec 03, 2000
by
Per Cederqvist
Browse files
(kom-ispell-dictionary): Set the value for "en", not "sv".
(kom-tell-phrases): Likewise.
parent
28447b1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/ChangeLog
View file @
1654112f
2000-12-03 Per Cederqvist <ceder@moria>
* english-strings.el (kom-ispell-dictionary): Set the value for
"en", not "sv".
(kom-tell-phrases): Likewise.
2000-12-02 Per Cederqvist <ceder@moria>
Enable colors on tty devices under Emacs 21.
...
...
src/english-strings.el
View file @
1654112f
...
...
@@ -3371,7 +3371,7 @@ be saved in the server. Otherwise it will be saved in your .emacs.")
;;;; Other language-dependent variables
;;;;
(lyskom-language-var kom-ispell-dictionary
sv
(lyskom-language-var kom-ispell-dictionary
en
"
english
")
...
...
@@ -3415,7 +3415,7 @@ be saved in the server. Otherwise it will be saved in your .emacs.")
(if (and (boundp 'kom-tell-phrases)
kom-tell-phrases)
(lyskom-language-strings kom-tell-phrases
sv
(lyskom-language-strings kom-tell-phrases
en
(mapcar (function
(lambda (x)
(cond ((and (consp x)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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