diff options
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 8a018520f5f..10edefc9d3e 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el | |||
| @@ -2229,7 +2229,7 @@ Optional arg COMMA is as in `bibtex-enclosing-field'." | |||
| 2229 | bibtex-entry-kill-ring)) | 2229 | bibtex-entry-kill-ring)) |
| 2230 | ;; If we copied an entry from a buffer containing only this one entry, | 2230 | ;; If we copied an entry from a buffer containing only this one entry, |
| 2231 | ;; it can be missing the second "\n". | 2231 | ;; it can be missing the second "\n". |
| 2232 | (unless (looking-back "\n\n" (- (point 2))) (insert "\n")) | 2232 | (unless (looking-back "\n\n" (- (point) 2)) (insert "\n")) |
| 2233 | (unless (functionp bibtex-reference-keys) | 2233 | (unless (functionp bibtex-reference-keys) |
| 2234 | ;; update `bibtex-reference-keys' | 2234 | ;; update `bibtex-reference-keys' |
| 2235 | (save-excursion | 2235 | (save-excursion |