[logaling-commit] logaling/logalimacs [master] Delete unnecessary global variable

Back to archive index

null+****@clear***** null+****@clear*****
Mon Jun 25 19:34:33 JST 2012


yuta yamada	2012-06-25 19:34:33 +0900 (Mon, 25 Jun 2012)

  New Revision: 8cb8740abe66f21edd8c594a69bfba2406bd0da7
  https://github.com/logaling/logalimacs/commit/8cb8740abe66f21edd8c594a69bfba2406bd0da7

  Log:
    Delete unnecessary global variable

  Modified files:
    logalimacs.el

  Modified: logalimacs.el (+0 -1)
===================================================================
--- logalimacs.el    2012-06-25 19:33:42 +0900 (791fdff)
+++ logalimacs.el    2012-06-25 19:34:33 +0900 (1ea1448)
@@ -353,7 +353,6 @@
 (defun loga-append-margin (source target note max-length)
   (let* ((margin (- (car max-length) (loga-compute-length source)))
          (column (concat source (spaces-string margin) ":" target)))
-    (setq loga-current-margin margin)
     (if note (setq column (list column (concat "\n" note)))
       (list column))))
 
-------------- next part --------------
An HTML attachment was scrubbed...
下載 



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