浏览代码

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 年之前
父节点
当前提交
0403e9fe75
共有 1 个文件被更改,包括 2 次插入2 次删除
  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*