[logaling-commit] logaling/logalimacs [master] Fix problem that popup output is slip

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jun 29 23:17:36 JST 2012


yuta yamada	2012-06-29 23:17:36 +0900 (Fri, 29 Jun 2012)

  New Revision: 7298b9d42055879ae989ef63bed3ffa3657f4f86
  https://github.com/logaling/logalimacs/commit/7298b9d42055879ae989ef63bed3ffa3657f4f86

  Log:
    Fix problem that popup output is slip

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-29 22:49:58 +0900 (5485c50)
+++ logalimacs.el    2012-06-29 23:17:36 +0900 (db777d8)
@@ -349,7 +349,7 @@
   (loop with sum = 0
         with tokens = (string-to-list (split-string sentence ""))
         for token in tokens
-        if (and (not (eq "" token))
+        if (and (string< "" token)
                 (multibyte-string-p token)
                 (loga-ignore-character-p token))
         do      (setq sum (+ sum 2))
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



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