From 39aa623479128b465b01490845f0781c03eece8d Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 3 Aug 2022 00:37:24 +0200 Subject: [PATCH] Obsolete unused variable footnote-use-message-mode * lisp/mail/footnote.el (footnote-use-message-mode): Make obsolete. --- lisp/mail/footnote.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 29e16c419be..ab29a160963 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -93,6 +93,7 @@ displaying footnotes." (defcustom footnote-use-message-mode t ; Nowhere used. "If non-nil, assume Footnoting will be done in `message-mode'." :type 'boolean) +(make-obsolete-variable 'footnote-use-message-mode "it does nothing." "29.1") (defcustom footnote-body-tag-spacing 2 "Number of spaces separating a footnote body tag and its text. -- 2.39.5