From: Kenichi Handa Date: Mon, 5 Mar 2001 12:11:53 +0000 (+0000) Subject: (ethio-toggle-space): Fix typo. X-Git-Tag: emacs-pretest-21.0.99~2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29707b97c74304ed1f5fdce66f5e939fd19c544d;p=emacs.git (ethio-toggle-space): Fix typo. (ethio-toggle-punctuation): Fix typo. --- diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index ef5402cb182..5890fe12a61 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -1915,7 +1915,7 @@ Otherwise, [0-9A-F]." (interactive) (setq ethio-prefer-ascii-space (not ethio-prefer-ascii-space)) - (if (equal current-input-method "ethipic") + (if (equal current-input-method "ethiopic") (setq current-input-method-title (quail-title))) (force-mode-line-update)) @@ -1972,7 +1972,7 @@ With ARG, insert that many delimiters." (quail-defrule (car keys) (car puncs) "ethiopic") (setq keys (cdr keys) puncs (cdr puncs))) - (if (equal current-input-method "ethipic") + (if (equal current-input-method "ethiopic") (setq current-input-method-title (quail-title))) (force-mode-line-update)))