diff options
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -354,7 +354,8 @@ file." (insert "\n") (insert-file-contents it) (goto-char (point-max))) - (bibtex-mode))) + (bibtex-mode) + (goto-char (point-min)))) (defun bog-collect-references (&optional no-sort) "Return names in buffer that match `bog-citekey-format'. |