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
fba04b4c
Commit
fba04b4c
authored
May 01, 1998
by
Richard M. Stallman
Browse files
(setup-czech-environment): Call latin-2's setup function.
parent
23c81514
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/language/czech.el
lisp/language/czech.el
+2
-2
No files found.
lisp/language/czech.el
View file @
fba04b4c
...
...
@@ -31,8 +31,8 @@
(
defun
setup-czech-environment
()
"Setup multilingual environment (MULE) for Czech."
(
interactive
)
(
setup-8-bit-environment
"Czech"
'latin-iso8859-2
"czech"
)
(
load
"latin-2
"
))
(
funcall
(
get-language-info
"Latin-2"
'setup-function
)
)
(
setq
default-input-method
"czech
"
))
(
set-language-info-alist
"Czech"
'
((
setup-function
.
setup-czech-environment
)
...
...
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