[logaling-commit] logaling/logalimacs [master] Reverse order (">" -> "<")

Back to archive index

null+****@clear***** null+****@clear*****
Fri Jun 29 15:17:47 JST 2012


yuta yamada	2012-06-29 15:17:47 +0900 (Fri, 29 Jun 2012)

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

  Log:
    Reverse order (">" -> "<")

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+1 -1)
===================================================================
--- logalimacs.el    2012-06-29 15:16:15 +0900 (4be10f5)
+++ logalimacs.el    2012-06-29 15:17:47 +0900 (ad1e1dd)
@@ -346,7 +346,7 @@
 
 (defun loga-less-than-window-half-p (source-length)
   (let* ((half (- (/ (window-width) 2) 2)))
-    (> half source-length)))
+    (< source-length half)))
 
 (defun loga-compute-length (sentence)
   (loop with sum = 0
-------------- next part --------------
An HTML attachment was scrubbed...
다운로드 



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