/[emacs]/emacs/lisp/language/ind-util.el
ViewVC logotype

Diff of /emacs/lisp/language/ind-util.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.9 by handa, Tue Feb 11 01:42:02 2003 UTC revision 1.10 by handa, Thu Apr 10 11:57:54 2003 UTC
# Line 1224  Returns new end position." Line 1224  Returns new end position."
1224              (if (= len 1)              (if (= len 1)
1225                  (setq subst (aref indian-2-column-to-ucs-chartable                  (setq subst (aref indian-2-column-to-ucs-chartable
1226                                    (char-after (match-beginning 0))))                                    (char-after (match-beginning 0))))
1227                (setq subst (assoc (match-string 0) alist)))                (setq subst (cdr (assoc (match-string 0) alist))))
1228              (replace-match (if subst subst "?"))))              (replace-match (if subst subst "?"))))
1229          (indian-compose-region (point-min) (point-max))))))          (indian-compose-region (point-min) (point-max))))))
1230    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26