/[emacs]/emacs/lisp/mail/footnote.el
ViewVC logotype

Diff of /emacs/lisp/mail/footnote.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by miles, Mon Sep 1 15:45:29 2003 UTC revision 1.8 by rms, Sat Jul 17 14:31:27 2004 UTC
# Line 87  If nil, no blank line will be inserted." Line 87  If nil, no blank line will be inserted."
87    
88  ;;; Interface variables that probably shouldn't be changed  ;;; Interface variables that probably shouldn't be changed
89    
90  (defconst footnote-section-tag "Footnotes: "  (defcustom footnote-section-tag "Footnotes: "
91    "*Tag inserted at beginning of footnote section.")    "*Tag inserted at beginning of footnote section."
92      :version "21.4"
93      :type 'string
94      :group 'footnote)
95    
96  (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: "  (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: "
97    "*Regexp which indicates the start of a footnote section.    "*Regexp which indicates the start of a footnote section.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26