comparison lisp/mail/footnote.el @ 59996:aac0a33f5772

Change release version from 21.4 to 22.1 throughout. Change development version from 21.3.50 to 22.0.50.
author Kim F. Storm <storm@cua.dk>
date Wed, 09 Feb 2005 15:50:47 +0000
parents b56847dec7b7
children e055d02d8b97 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
59995:8f4938738427 59996:aac0a33f5772
87 87
88 ;;; Interface variables that probably shouldn't be changed 88 ;;; Interface variables that probably shouldn't be changed
89 89
90 (defcustom footnote-section-tag "Footnotes: " 90 (defcustom footnote-section-tag "Footnotes: "
91 "*Tag inserted at beginning of footnote section." 91 "*Tag inserted at beginning of footnote section."
92 :version "21.4" 92 :version "22.1"
93 :type 'string 93 :type 'string
94 :group 'footnote) 94 :group 'footnote)
95 95
96 (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: " 96 (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: "
97 "*Regexp which indicates the start of a footnote section. 97 "*Regexp which indicates the start of a footnote section.