(Footnote-text-under-cursor):
Check footnote-text-marker-alist before using it (bug#4324).
This commit is contained in:
parent
1c78a735d1
commit
c0bc6d79ea
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue