emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/language/mlm-util.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/language/mlm-util.el
Date: Wed, 04 Jan 2006 04:13:45 +0000

Index: emacs/lisp/language/mlm-util.el
diff -u emacs/lisp/language/mlm-util.el:1.7 emacs/lisp/language/mlm-util.el:1.8
--- emacs/lisp/language/mlm-util.el:1.7 Mon Jul  4 17:18:39 2005
+++ emacs/lisp/language/mlm-util.el     Wed Jan  4 04:13:45 2006
@@ -103,7 +103,7 @@
 ;;;###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 @@
     ("$,address@hidden@address@hidden(B" . "$,47Y(B")
     ("$,address@hidden@address@hidden(B" . "$,47b(B")
     ("$,address@hidden@a(B" . "$,47k(B")
-    ("$,address@hidden@address@hidden@a(B" . "$,47l(B") 
+    ("$,address@hidden@address@hidden@a(B" . "$,47l(B")
 
     ("$,address@hidden(B" . "$,46=(B")
     ("$,address@hidden@address@hidden(B" . "$,478(B") ;; duplicate
@@ -401,7 +401,7 @@
                (apply
                 'nconc
                 (mapcar
-                 (function 
+                 (function
                   (lambda (x) (list '(5 . 3) x))) ;; default ref. point.
                  glyph-str))))
         (compose-region from to glyph-str)))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]