diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-03 00:37:24 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-03 01:13:57 +0200 |
commit | 39aa623479128b465b01490845f0781c03eece8d (patch) | |
tree | bfe85a36842810946647c0696d9d08dd02939aad /lisp/mail/footnote.el | |
parent | 286e308561d00a31e0321919ef36d9bc6dadbeb3 (diff) | |
download | emacs-39aa623479128b465b01490845f0781c03eece8d.tar.gz emacs-39aa623479128b465b01490845f0781c03eece8d.tar.bz2 emacs-39aa623479128b465b01490845f0781c03eece8d.zip |
Obsolete unused variable footnote-use-message-mode
* lisp/mail/footnote.el (footnote-use-message-mode): Make
obsolete.
Diffstat (limited to 'lisp/mail/footnote.el')
-rw-r--r-- | lisp/mail/footnote.el | 1 |
1 files changed, 1 insertions, 0 deletions
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. |