now list is saved
This commit is contained in:
parent
d857692815
commit
d6d809d5d4
|
@ -66,7 +66,7 @@
|
|||
;; This gets rid of beginning and ending NIL values
|
||||
(if name (if (string/= name "image") (progn
|
||||
(format t "~&~A: ~A" name content)
|
||||
(setq form-list (destructuring-bind (name) (list content) (list :name content))))) nil)
|
||||
(setq form-list (list (cons name content))))) nil)
|
||||
(if (string= name "image") (setq content (butlast content)))
|
||||
|
||||
(if (string= "image" name)
|
||||
|
|
Loading…
Reference in a new issue