Skip to content

Commit

Permalink
Restore original order of candidates
Browse files Browse the repository at this point in the history
  • Loading branch information
tmalsburg committed Oct 24, 2022
1 parent 01b7fef commit 78f5931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bibtex-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ fields listed above) as an alist."
(message "Done (re)loading bibliography.")
(cl-loop
for file in files
append (cddr (assoc file bibtex-completion-cache)))))
append (reverse (cddr (assoc file bibtex-completion-cache))))))

(defun bibtex-completion-resolve-crossrefs (files reparsed-files)
"Expand all entries with fields from cross-referenced entries in FILES, assuming that only those files in REPARSED-FILES were reparsed whereas the other files in FILES were up-to-date."
Expand Down

0 comments on commit 78f5931

Please sign in to comment.