From 2064de89052957eb6cc9eb59e381887a5948140c Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 20 Apr 2017 02:21:50 +0900 Subject: [PATCH] (char-db-turtle-insert-source-list): Fix problem about folding. --- char-db-turtle.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/char-db-turtle.el b/char-db-turtle.el index 506432e..d2f62bb 100644 --- a/char-db-turtle.el +++ b/char-db-turtle.el @@ -493,7 +493,7 @@ (defun char-db-turtle-insert-source-list (value &optional readable) (let (lbs separator rest cell al cal key ret) - (setq lbs (concat "\n" (make-string (current-column) ?\ )) + (setq lbs (concat " ,\n" (make-string (current-column) ?\ )) separator nil) (while (consp value) (setq cell (car value)) -- 1.7.10.4