From 02a70bfe16c5c0ca3f707b262ed9b436ba678d36 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 14 Sep 2012 23:06:44 +0900 Subject: [PATCH] (est-format-list): Don't specify separator for each child unit. --- est-format.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/est-format.el b/est-format.el index bd507be..e40b97e 100644 --- a/est-format.el +++ b/est-format.el @@ -285,7 +285,7 @@ (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) ))) -- 1.7.10.4