emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/mail/footnote.el


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/footnote.el
Date: Sat, 17 Jul 2004 10:42:56 -0400

Index: emacs/lisp/mail/footnote.el
diff -c emacs/lisp/mail/footnote.el:1.7 emacs/lisp/mail/footnote.el:1.8
*** emacs/lisp/mail/footnote.el:1.7     Mon Sep  1 15:45:29 2003
--- emacs/lisp/mail/footnote.el Sat Jul 17 14:31:27 2004
***************
*** 87,94 ****
  
  ;;; Interface variables that probably shouldn't be changed
  
! (defconst footnote-section-tag "Footnotes: "
!   "*Tag inserted at beginning of footnote section.")
  
  (defcustom footnote-section-tag-regexp "Footnotes\\(\\[.\\]\\)?: "
    "*Regexp which indicates the start of a footnote section.
--- 87,97 ----
  
  ;;; Interface variables that probably shouldn't be changed
  
! (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]