summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 414417b..4113ba4 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -421,7 +421,7 @@ Set SPLIT to t to split all input given."
(error "Aborted")))
(if (gnosis-get 'name 'decks `(= name ,name))
(error "Deck `%s' already exists" name)
- (gnosis--insert-into 'decks `([nil ,name nil nil nil nil]))
+ (gnosis--insert-into 'decks `([nil ,name nil nil nil nil nil]))
(message "Created deck '%s'" name)))
(defun gnosis--get-deck-name (&optional id)