From: Dave Love Date: Fri, 13 Sep 2002 23:25:53 +0000 (+0000) Subject: (iscii-to-ucs-region): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~340 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12bb15aded1de9270cc07814f9b1aff768980171;p=emacs.git (iscii-to-ucs-region): Fix typo. --- diff --git a/lisp/language/ind-util.el b/lisp/language/ind-util.el index b90973a7aa6..63ae278d99e 100644 --- a/lisp/language/ind-util.el +++ b/lisp/language/ind-util.el @@ -452,7 +452,7 @@ Returns new end position." (intern (concat "is13194-to-ucs-" (symbol-name current-repertory) "-regexp"))) (re (eval current-regexp)) - (hahsh (eval current-hashtable))) + (hash (eval current-hashtable))) (while (re-search-forward re nil t) (replace-match (gethash (match-string 0) hash "")))) (point-max))))