]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 4644d36ad25193287231ea6383b906d03a076ccd..b5ec6f02260ec452351b4ef566d9a7e0d142d0d0 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.