null+****@clear*****
null+****@clear*****
Tue Mar 6 00:04:23 JST 2012
yuta yamada 2012-03-06 00:04:23 +0900 (Tue, 06 Mar 2012) New Revision: bbe8358e0ace108e08b4ec68b338c665fe49d268 Log: Fix to display no missing Modified files: logalimacs.el Modified: logalimacs.el (+1 -1) =================================================================== --- logalimacs.el 2012-03-05 23:00:09 +0900 (7012fb6) +++ logalimacs.el 2012-03-06 00:04:23 +0900 (cc90975) @@ -385,7 +385,7 @@ (loop for (src-len . tgt-len) in (list loga-current-max-length) with sum = 0 collect (+ src-len tgt-len) into sum - finally return (min (car sum) (window-width)))) + finally return (min (+ (car sum) 1) (window-width)))) ;;;###autoload (defun loga-fly-mode ()