emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/footnote.el,v


From: Michaël Cadilhac
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/footnote.el,v
Date: Tue, 26 Dec 2006 20:27:13 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michaël Cadilhac <cadilhac>    06/12/26 20:27:12

Index: footnote.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/footnote.el,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- footnote.el 9 Dec 2006 04:06:06 -0000       1.13
+++ footnote.el 26 Dec 2006 20:27:12 -0000      1.14
@@ -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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]