# HG changeset patch # User Richard M. Stallman # Date 1090074687 0 # Node ID b56847dec7b7b928fba960d1daac8fd79bb69f68 # Parent 5f33b16eb67ee502b18f14a81182b11b14b7c909 (footnote-section-tag): Use defcustom. diff -r 5f33b16eb67e -r b56847dec7b7 lisp/mail/footnote.el --- a/lisp/mail/footnote.el Sat Jul 17 14:30:33 2004 +0000 +++ b/lisp/mail/footnote.el Sat Jul 17 14:31:27 2004 +0000 @@ -87,8 +87,11 @@ ;;; 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.