emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 39aa623479 1/3: Obsolete unused variable footnote-use-message-mod


From: Stefan Kangas
Subject: master 39aa623479 1/3: Obsolete unused variable footnote-use-message-mode
Date: Tue, 2 Aug 2022 19:29:07 -0400 (EDT)

branch: master
commit 39aa623479128b465b01490845f0781c03eece8d
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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 29e16c419b..ab29a16096 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]