(char-db-turtle-insert-source-list): Fix problem about folding.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 19 Apr 2017 17:21:50 +0000 (02:21 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 19 Apr 2017 17:21:50 +0000 (02:21 +0900)
char-db-turtle.el

index 506432e..d2f62bb 100644 (file)
 
 (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))