Check footnote-text-marker-alist before using it (bug#4324).
+2009-09-04 Leo <sdl.web@gmail.com> (tiny change)
+
+ * mail/footnote.el (Footnote-text-under-cursor):
+ Check footnote-text-marker-alist before using it (bug#4324).
+
2009-09-04 Glenn Morris <rgm@gnu.org>
* calendar/diary-lib.el (diary-fancy-display): Only switch modes if
(Footnote-narrow-to-footnotes)
(and (>= old-point (point-min))
(<= old-point (point-max))))))
- (>= (point) (cdar footnote-text-marker-alist)))
+ footnote-text-marker-alist
+ (>= (point) (cdar footnote-text-marker-alist)))
(let ((i 1)
alist-txt rc)
(while (and (setq alist-txt (nth i footnote-text-marker-alist))