Skip to content

Commit

Permalink
fix(latex): avoid mutating reftex state (#853)
Browse files Browse the repository at this point in the history
Close: #852

Co-authored-by: Rahguzar <[email protected]>
  • Loading branch information
bdarcus and Rahguzar authored Jan 12, 2025
1 parent 2826996 commit 6f2c61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion citar-latex.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ entry when it is enabled."
"Local bibliographic for latex retrieved using reftex."
(ignore-errors
(reftex-access-scan-info t)
(reftex-get-bibfile-list)))
(copy-sequence (reftex-get-bibfile-list))))

;;;###autoload
(defun citar-latex-key-at-point ()
Expand Down

0 comments on commit 6f2c61e

Please sign in to comment.