]> git.eshelyaron.com Git - emacs.git/commitdiff
Delete spurious trailing whitespaces.
authorKenichi Handa <handa@m17n.org>
Wed, 4 Jan 2006 04:13:45 +0000 (04:13 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 4 Jan 2006 04:13:45 +0000 (04:13 +0000)
lisp/language/mlm-util.el

index 04dfde491d1716aaf00db88833942cc01a2fd79c..e575cfc61f42203326825d6dce95a1e25e9a9108 100644 (file)
 ;;;###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))
@@ -239,7 +239,7 @@ PATTERN regexp."
     ("\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
@@ -401,7 +401,7 @@ PATTERN regexp."
                (apply
                 'nconc
                 (mapcar
-                 (function 
+                 (function
                   (lambda (x) (list '(5 . 3) x))) ;; default ref. point.
                  glyph-str))))
         (compose-region from to glyph-str)))))