From 12bb15aded1de9270cc07814f9b1aff768980171 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 13 Sep 2002 23:25:53 +0000 Subject: [PATCH] (iscii-to-ucs-region): Fix typo. --- lisp/language/ind-util.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)))) -- 2.39.5