Mercurial > emacs
changeset 89106:4b0c0e0d0458
(iscii-to-ucs-region): Fix typo.
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 13 Sep 2002 23:25:53 +0000 |
parents | 890a4fa8cbdd |
children | fe24d6d52760 |
files | lisp/language/ind-util.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/language/ind-util.el Fri Sep 13 23:25:28 2002 +0000 +++ b/lisp/language/ind-util.el Fri Sep 13 23:25:53 2002 +0000 @@ -452,7 +452,7 @@ (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))))