Skip to content

Commit

Permalink
Merge pull request #455 from joostkremers/parsebib-rdp
Browse files Browse the repository at this point in the history
(bibtex-completion-get-entry1): Position point correctly.
  • Loading branch information
tmalsburg authored Nov 16, 2024
2 parents 3c75c2c + 06261ee commit 6064e86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibtex-completion.el
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,8 @@ Fields from crossreferenced entries are appended to the requested entry."
"\\)[[:space:]]*[\(\{][[:space:]]*"
(regexp-quote entry-key) "[[:space:]]*,")
nil t)
(let ((entry-type (match-string 1)))
(progn
(goto-char (match-beginning 0))
(reverse (bibtex-completion-prepare-entry
(parsebib-read-entry nil bibtex-completion-string-hash-table) nil do-not-find-pdf)))
(progn
Expand Down

0 comments on commit 6064e86

Please sign in to comment.