diff options
Diffstat (limited to 'lisp/mail/footnote.el')
-rw-r--r-- | lisp/mail/footnote.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index ea674434a2f..86bb9e89618 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -718,7 +718,7 @@ delete the footnote with that number." end (point-max)))) (Footnote-goto-char-point-max) - (when (looking-back "\n\n") + (when (looking-back "\n\n" (- (point) 2)) (kill-line -1)))))))) (defun Footnote-renumber-footnotes (&optional arg) |