comparison lisp/language/ind-util.el @ 68018:05571da345c8

(indian-compose-region): Delete spurious whitespace.
author Kenichi Handa <handa@m17n.org>
date Wed, 04 Jan 2006 04:12:55 +0000
parents 18a818a2ee7c
children 43cc94d955c2
comparison
equal deleted inserted replaced
68017:025bb43a4fe6 68018:05571da345c8
819 (gethash (match-string 0) (eval current-hashtable) "")))) 819 (gethash (match-string 0) (eval current-hashtable) ""))))
820 (point-max)))) 820 (point-max))))
821 821
822 ;;;###autoload 822 ;;;###autoload
823 (defun indian-compose-region (from to) 823 (defun indian-compose-region (from to)
824 "Compose the region according to `composition-function-table'. " 824 "Compose the region according to `composition-function-table'."
825 (interactive "r") 825 (interactive "r")
826 (save-excursion 826 (save-excursion
827 (save-restriction 827 (save-restriction
828 (let ((pos from) chars (max to)) 828 (let ((pos from) chars (max to))
829 (narrow-to-region from to) 829 (narrow-to-region from to)