(iscii-to-ucs-region): Fix typo.
authorDave Love <fx@gnu.org>
Fri, 13 Sep 2002 23:25:53 +0000 (23:25 +0000)
committerDave Love <fx@gnu.org>
Fri, 13 Sep 2002 23:25:53 +0000 (23:25 +0000)
lisp/language/ind-util.el

index b90973a..63ae278 100644 (file)
@@ -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))))