(footnote-section-tag): Use defcustom.
authorRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 2004 14:31:27 +0000 (14:31 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 17 Jul 2004 14:31:27 +0000 (14:31 +0000)
lisp/mail/footnote.el

index 4644d36..b5ec6f0 100644 (file)
@@ -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.