[logaling-commit] logaling/logalimacs [master] Rename: pair -> translation-group

Back to archive index

null+****@clear***** null+****@clear*****
Wed Jun 27 10:15:48 JST 2012


yuta yamada	2012-06-27 10:15:48 +0900 (Wed, 27 Jun 2012)

  New Revision: e22dc6b27e236580bb8253fabba02e7c47ea685f
  https://github.com/logaling/logalimacs/commit/e22dc6b27e236580bb8253fabba02e7c47ea685f

  Log:
    Rename: pair -> translation-group

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-27 10:14:15 +0900 (68ec96b)
+++ logalimacs.el    2012-06-27 10:15:48 +0900 (c484193)
@@ -295,8 +295,8 @@
 
 (defun loga-extract-keywords-from (all-data)
   (loop with keywords
-        for pair across all-data
-        collect (loga-trim-and-compute-length pair) into keywords
+        for translation-group across all-data
+        collect (loga-trim-and-compute-length translation-group) into keywords
         finally return keywords))
 
 (defun loga-trim-and-compute-length (translation-group)
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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