;;;###autoload
(defun malayalam-composition-function (from to pattern &optional string)
"Compose Malayalam characters in REGION, or STRING if specified.
-Assume that the REGION or STRING must fully match the composable
+Assume that the REGION or STRING must fully match the composable
PATTERN regexp."
(if string (malayalam-compose-syllable-string string)
(malayalam-compose-syllable-region from to))
("\e$,1@H@m@E\e(B" . "\e$,47Y\e(B")
("\e$,1@H@m@Q\e(B" . "\e$,47b\e(B")
("\e$,1@H@a\e(B" . "\e$,47k\e(B")
- ("\e$,1@H@m@H@a\e(B" . "\e$,47l\e(B")
+ ("\e$,1@H@m@H@a\e(B" . "\e$,47l\e(B")
("\e$,1@J\e(B" . "\e$,46=\e(B")
("\e$,1@J@m@J\e(B" . "\e$,478\e(B") ;; duplicate
(apply
'nconc
(mapcar
- (function
+ (function
(lambda (x) (list '(5 . 3) x))) ;; default ref. point.
glyph-str))))
(compose-region from to glyph-str)))))