emacs-pretest-bug
[Top][All Lists]
Advanced

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

Trailing whitespace fix in lisp/language/


From: Michael Ernst
Subject: Trailing whitespace fix in lisp/language/
Date: Sun, 01 Jan 2006 13:24:49 -0500

This patch deletes some spurious trailing whitespace in two files.

ChangeLog entry:

2006-01-01  Michael Ernst  <address@hidden>

        * language/ind-util.el (indian-compose-region): Delete trailing
        whitespace.


cvs diff: Diffing lisp/language
Index: lisp/language/ind-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/language/ind-util.el,v
retrieving revision 1.14
diff -u -r1.14 ind-util.el
--- lisp/language/ind-util.el   4 Jul 2005 17:18:39 -0000       1.14
+++ lisp/language/ind-util.el   1 Jan 2006 18:22:44 -0000
@@ -821,7 +821,7 @@
 
 ;;;###autoload
 (defun indian-compose-region (from to)
-  "Compose the region according to `composition-function-table'. "
+  "Compose the region according to `composition-function-table'."
   (interactive "r")
   (save-excursion
     (save-restriction
Index: lisp/language/mlm-util.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/language/mlm-util.el,v
retrieving revision 1.7
diff -u -r1.7 mlm-util.el
--- lisp/language/mlm-util.el   4 Jul 2005 17:18:39 -0000       1.7
+++ lisp/language/mlm-util.el   1 Jan 2006 18:22:44 -0000
@@ -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]