Mercurial > emacs
diff lisp/mail/footnote.el @ 90732:bc10a33dd40b
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 563-582)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 177-185)
- Merge from emacs--devo--0
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-158
author | Miles Bader <miles@gnu.org> |
---|---|
date | Mon, 01 Jan 2007 03:21:06 +0000 |
parents | 6588c6259dfb c27a32ee3586 |
children | 95d0cdf160ea |
line wrap: on
line diff
--- a/lisp/mail/footnote.el Wed Dec 20 07:28:28 2006 +0000 +++ b/lisp/mail/footnote.el Mon Jan 01 03:21:06 2007 +0000 @@ -501,7 +501,8 @@ (regexp-quote footnote-end-tag))) nil t) (unless (beginning-of-line) t)) - (goto-char (point-max))))) + (Footnote-goto-char-point-max) + (re-search-backward (concat "^" footnote-section-tag-regexp) nil t)))) (unless (looking-at "^$") (insert "\n")) (when (eobp)