[logaling-commit] logaling/logalimacs [master] column -> pair

Back to archive index

null+****@clear***** null+****@clear*****
Thu Jun 7 22:05:53 JST 2012


yuta yamada	2012-06-07 22:05:53 +0900 (Thu, 07 Jun 2012)

  New Revision: 9054a7124fe480303cbf43d33760a9d5f820ed82

  Log:
    column -> pair

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+2 -2)
===================================================================
--- logalimacs.el    2012-06-07 22:01:15 +0900 (a351045)
+++ logalimacs.el    2012-06-07 22:05:53 +0900 (1468617)
@@ -257,8 +257,8 @@
 
 (defun loga-extract-keywords-from (all-data)
   (let* (keywords source target note)
-    (loop for column across all-data do
-          (loop for (key . value) in column do
+    (loop for pair across all-data do
+          (loop for (key . value) in pair do
                 (case key
                   ('source (setq source value))
                   ('target (setq target value))




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