Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lyskom-elisp-client
lyskom-elisp-client
Commits
1654112f
Commit
1654112f
authored
Dec 03, 2000
by
Per Cederqvist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(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
Showing
2 changed files
with
8 additions
and
2 deletions
+8
-2
src/ChangeLog
src/ChangeLog
+6
-0
src/english-strings.el
src/english-strings.el
+2
-2
No files found.
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
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