summaryrefslogtreecommitdiff
path: root/lisp/mail/footnote.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail/footnote.el')
-rw-r--r--lisp/mail/footnote.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el
index 16a6adc1007..81f215dd726 100644
--- a/lisp/mail/footnote.el
+++ b/lisp/mail/footnote.el
@@ -566,7 +566,8 @@ a footnote."
(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))