(Footnote-text-under-cursor):

Check footnote-text-marker-alist before using it (bug#4324).
This commit is contained in:
Stefan Monnier 2009-09-04 03:09:44 +00:00
parent 1c78a735d1
commit c0bc6d79ea
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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

View file

@ -566,6 +566,7 @@ a footnote."
(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)