From c4dc7971b9d96dcc80762ed3d6a9b218652b5772 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 17 Jul 2004 14:31:27 +0000 Subject: [PATCH] (footnote-section-tag): Use defcustom. --- lisp/mail/footnote.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/mail/footnote.el b/lisp/mail/footnote.el index 4644d36ad25..b5ec6f02260 100644 --- a/lisp/mail/footnote.el +++ b/lisp/mail/footnote.el @@ -87,8 +87,11 @@ If nil, no blank line will be inserted." ;;; Interface variables that probably shouldn't be changed -(defconst footnote-section-tag "Footnotes: " - "*Tag inserted at beginning of footnote section.") +(defcustom footnote-section-tag "Footnotes: " + "*Tag inserted at beginning of footnote section." + :version "21.4" + :type 'string + :group 'footnote) (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: " "*Regexp which indicates the start of a footnote section. -- 2.39.2