changeset 56448:b56847dec7b7

(footnote-section-tag): Use defcustom.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Jul 2004 14:31:27 +0000
parents 5f33b16eb67e
children 84df5471b01e
files lisp/mail/footnote.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.