now list is saved

This commit is contained in:
Chris Cochrun 2023-05-30 16:02:22 -05:00
parent d857692815
commit d6d809d5d4

View file

@ -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)