[logaling-commit] logaling/logalimacs [master] Fix problem that is reversed input

Back to archive index

null+****@clear***** null+****@clear*****
Tue Jun 26 23:19:41 JST 2012


yuta yamada	2012-06-26 23:19:41 +0900 (Tue, 26 Jun 2012)

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

  Log:
    Fix problem that is reversed input

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-26 23:17:43 +0900 (8ab26e6)
+++ logalimacs.el    2012-06-26 23:19:41 +0900 (1528112)
@@ -382,7 +382,7 @@
     (loop with response
           for message in messages
           collect (loga-query message) into response
-          finally return (mapconcat 'identity (reverse response) " "))))
+          finally return (mapconcat 'identity response " "))))
 
 ;;;###autoload
 (defun loga-lookup-at-manually ()
-------------- next part --------------
An HTML attachment was scrubbed...
下载 



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