emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog mail/footnote.el


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp ChangeLog mail/footnote.el
Date: Fri, 04 Sep 2009 03:09:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/09/04 03:09:47

Modified files:
        lisp           : ChangeLog 
        lisp/mail      : footnote.el 

Log message:
        (Footnote-text-under-cursor):
        Check footnote-text-marker-alist before using it (bug#4324).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16093&r2=1.16094
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/footnote.el?cvsroot=emacs&r1=1.29&r2=1.30

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16093
retrieving revision 1.16094
diff -u -b -r1.16093 -r1.16094
--- ChangeLog   4 Sep 2009 02:59:13 -0000       1.16093
+++ ChangeLog   4 Sep 2009 03:09:44 -0000       1.16094
@@ -1,3 +1,8 @@
+2009-09-04  Leo  <address@hidden>  (tiny change)
+
+       * mail/footnote.el (Footnote-text-under-cursor):
+       Check footnote-text-marker-alist before using it (bug#4324).
+
 2009-09-04  Glenn Morris  <address@hidden>
 
        * calendar/diary-lib.el (diary-fancy-display): Only switch modes if

Index: mail/footnote.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/footnote.el,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -b -r1.29 -r1.30
--- mail/footnote.el    3 Sep 2009 02:21:40 -0000       1.29
+++ mail/footnote.el    4 Sep 2009 03:09:47 -0000       1.30
@@ -566,6 +566,7 @@
                   (Footnote-narrow-to-footnotes)
                   (and (>= old-point (point-min))
                        (<= old-point (point-max))))))
+            footnote-text-marker-alist
             (>= (point) (cdar footnote-text-marker-alist)))
     (let ((i 1)
          alist-txt rc)




reply via email to

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