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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/footnote.el [lexbind]
Date: Fri, 23 Jul 2004 00:57:34 -0400

Index: emacs/lisp/mail/footnote.el
diff -c emacs/lisp/mail/footnote.el:1.5.4.2 emacs/lisp/mail/footnote.el:1.5.4.3
*** emacs/lisp/mail/footnote.el:1.5.4.2 Tue Oct 14 23:39:25 2003
--- emacs/lisp/mail/footnote.el Fri Jul 23 04:42:20 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]