From: Richard M. Stallman Date: Sat, 17 Jul 2004 14:31:27 +0000 (+0000) Subject: (footnote-section-tag): Use defcustom. X-Git-Tag: ttn-vms-21-2-B4~5465 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4dc7971b9d96dcc80762ed3d6a9b218652b5772;p=emacs.git (footnote-section-tag): Use defcustom. --- 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.