aboutsummaryrefslogtreecommitdiff
path: root/elisp/ellinika-mode.el
diff options
context:
space:
mode:
Diffstat (limited to 'elisp/ellinika-mode.el')
-rw-r--r--elisp/ellinika-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elisp/ellinika-mode.el b/elisp/ellinika-mode.el
index 115a7ca..864a5c3 100644
--- a/elisp/ellinika-mode.el
+++ b/elisp/ellinika-mode.el
@@ -39,7 +39,7 @@
(interactive "p")
(if (and (boundp 'alternative-input-method) alternative-input-method)
(set-input-method alternative-input-method)
- (inactivate-input-method)))
+ (deactivate-input-method)))
(set-language-environment 'utf-8)

Return to:

Send suggestions and report system problems to the System administrator.