From: MORIOKA Tomohiko Date: Wed, 19 Apr 2017 17:21:50 +0000 (+0900) Subject: (char-db-turtle-insert-source-list): Fix problem about folding. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2064de89052957eb6cc9eb59e381887a5948140c;p=chise%2Fchiset.git (char-db-turtle-insert-source-list): Fix problem about folding. --- 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))