projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99fdabf
)
(char-db-json-insert-relation-feature): Check argument `value' to
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 1 Jun 2017 07:14:11 +0000
(16:14 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 1 Jun 2017 07:14:11 +0000
(16:14 +0900)
accept character object as the same as list of characters.
char-db-json.el
patch
|
blob
|
history
diff --git
a/char-db-json.el
b/char-db-json.el
index
b609842
..
2da62e5
100644
(file)
--- a/
char-db-json.el
+++ b/
char-db-json.el
@@
-291,6
+291,8
@@
(let ((lbs (concat "\n" (make-string (current-column) ?\ )))
separator cell sources required-features
ret)
+ (if (characterp value)
+ (setq value (list value)))
(while (consp value)
(setq cell (car value))
(if (integerp cell)