summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--parsebib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsebib.el b/parsebib.el
index 65ecbb0..bfa76ac 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -677,7 +677,7 @@ local variable is found, the value of the variable
(when entry
(puthash (cdr (assoc-string "=key=" entry)) entry entries))))))
(when inheritance (parsebib-expand-xrefs entries (if (eq inheritance t) dialect inheritance)))
- (list entries strings preambles comments dialect))))
+ (list entries strings (nreverse preambles) (nreverse comments) dialect))))
(provide 'parsebib)