(est-format-list): Don't specify separator for each child unit.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 14 Sep 2012 14:06:44 +0000 (23:06 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Fri, 14 Sep 2012 14:06:44 +0000 (23:06 +0900)
est-format.el

index bd507be..e40b97e 100644 (file)
    (t
     (mapconcat (lambda (unit)
                 (est-format-unit
-                 unit output-format without-edit as-property separator))
+                 unit output-format without-edit as-property))
               format-list separator)
     )))