[logaling-commit] logaling/logalimacs [master] Justify to line

Back to archive index

null+****@clear***** null+****@clear*****
Fri Aug 3 13:29:42 JST 2012


Yuta Yamada	2012-08-03 13:29:42 +0900 (Fri, 03 Aug 2012)

  New Revision: 7d0dd788e1ec87a012a763c7015e7318dc52c318
  https://github.com/logaling/logalimacs/commit/7d0dd788e1ec87a012a763c7015e7318dc52c318

  Log:
    Justify to line

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+8 -8)
===================================================================
--- logalimacs.el    2012-08-03 12:51:24 +0900 (11cc1a2)
+++ logalimacs.el    2012-08-03 13:29:42 +0900 (da6cdfb)
@@ -140,15 +140,15 @@ Example:
 
 (defvar loga-prototype-word "")
 
-(defconst loga-singular-regexp '(("ies$" "y")
+(defconst loga-singular-regexp '(("ies$"         "y")
                                  ("[^t][^i]ves$" "f") ; fe
-                                 ("ses$"  "s")
-                                 ("oes$"  "o")
-                                 ("xes$"  "x")
-                                 ("sses$" "ss")
-                                 ("shes$" "sh")
-                                 ("ches$" "ch")
-                                 ("s$"    "")))
+                                 ("ses$"         "s")
+                                 ("oes$"         "o")
+                                 ("xes$"         "x")
+                                 ("sses$"        "ss")
+                                 ("shes$"        "sh")
+                                 ("ches$"        "ch")
+                                 ("s$"           "")))
 
 (defvar loga-command-alist
   '((?a . :add)
-------------- next part --------------
An HTML attachment was scrubbed...
Download 



More information about the logaling-commit mailing list
Back to archive index