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
a5d0cecc
Commit
a5d0cecc
authored
Nov 13, 1999
by
Gerd Moellmann
Browse files
(ispell-dictionary-alist): Fix type by adding koi8-r
as in ispell-local-dictionary-alist.
parent
9d1ee976
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/textmodes/ispell.el
lisp/textmodes/ispell.el
+2
-1
No files found.
lisp/textmodes/ispell.el
View file @
a5d0cecc
...
@@ -603,7 +603,8 @@ LANGUAGE.aff file \(e.g., english.aff\)."
...
@@ -603,7 +603,8 @@ LANGUAGE.aff file \(e.g., english.aff\)."
(
const
:tag
"default"
nil
))
(
const
:tag
"default"
nil
))
(
choice
:tag
"Character set"
(
choice
:tag
"Character set"
(
const
iso-8859-1
)
(
const
iso-8859-1
)
(
const
iso-8859-2
))))
(
const
iso-8859-2
)
(
const
koi8-r
))))
:group
'ispell
)
:group
'ispell
)
;;; update the dictionaries at load time
;;; update the dictionaries at load time
...
...
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