1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-13 09:32:47 +00:00

(iscii-to-ucs-region): Fix typo.

This commit is contained in:
Dave Love 2002-09-13 23:25:53 +00:00
parent c38695898c
commit 12bb15aded

View 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))))