diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:31:27 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-07-17 14:31:27 +0000 |
commit | c4dc7971b9d96dcc80762ed3d6a9b218652b5772 (patch) | |
tree | dacd0ef927d1587a1d50ce52025f437d687619da /lisp/mail | |
parent | 5ac714934dc99c9c210ba66762ffd3e91a3d9663 (diff) | |
download | emacs-c4dc7971b9d96dcc80762ed3d6a9b218652b5772.tar.gz |
(footnote-section-tag): Use defcustom.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/footnote.el | 7 |
1 files changed, 5 insertions, 2 deletions
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. |