Browse Source

TRICKY TRICKY

every object shared the same reference, so if i updated one, i'd
update them all. "nil" needs to be generated (?) on each invokation.

cool, actually!
jordyn 2 years ago
parent
commit
0403e9fe75
1 changed files with 2 additions and 2 deletions
  1. 2 2
      photogal.el

+ 2 - 2
photogal.el

@@ -126,8 +126,8 @@
 
 (defun photogal-make-photo (filepath)
   `(filepath ,filepath
-	     tags ()
-	     name nil))
+	     tags ,nil
+	     name ,nil))
 
 (defun photogal-init-operating-table ()
   (setq *photogal/operating-table*