Skip to content

Commit

Permalink
generic_elements: Fix compilation and loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Dec 16, 2023
1 parent c6f5cca commit 9fe5f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citeproc-generic-elements.el
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
(if (string= .term "no date")
(progn
(setq type 'present-var)
`(((rendered-var . issued)) ,cont))
(list '((rendered-var . issued)) cont))
cont))))
(.macro (let ((macro-val (citeproc-macro-output .macro context)))
(setq content (car macro-val))
Expand Down

0 comments on commit 9fe5f28

Please sign in to comment.