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:
parent
c38695898c
commit
12bb15aded
@ -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))))
|
||||
|
Loading…
Reference in New Issue
Block a user