projects
/
chise
/
chiset.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd7081b
)
(char-db-turtle-insert-source-list): Fix problem about folding.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 19 Apr 2017 17:21:50 +0000
(
02:21
+0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Wed, 19 Apr 2017 17:21:50 +0000
(
02:21
+0900)
char-db-turtle.el
patch
|
blob
|
history
diff --git
a/char-db-turtle.el
b/char-db-turtle.el
index
506432e
..
d2f62bb
100644
(file)
--- 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))