# HG changeset patch # User Chong Yidong # Date 1176657570 0 # Node ID 089a79901f3038dd6efd69aef5ac9162aa62d4da # Parent be9753e42cdff3e03505e21daa5582915673eac2 * mail/footnote.el (footnote-current-style): New var. (Footnote-index-to-string, Footnote-current-regexp) (Footnote-cycle-style, Footnote-set-style): Use it instead of footnote-style. (footnote-mode): Make footnote-current style buffer-local instead of footnote-style, and initialize it to footnote-style. (footnote-style): Update docstring. diff -r be9753e42cdf -r 089a79901f30 lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 15 16:51:17 2007 +0000 +++ b/lisp/ChangeLog Sun Apr 15 17:19:30 2007 +0000 @@ -1,3 +1,13 @@ +2007-04-15 Chong Yidong + + * mail/footnote.el (footnote-current-style): New var. + (Footnote-index-to-string, Footnote-current-regexp) + (Footnote-cycle-style, Footnote-set-style): Use it instead of + footnote-style. + (footnote-mode): Make footnote-current style buffer-local instead + of footnote-style, and initialize it to footnote-style. + (footnote-style): Update docstring. + 2007-04-15 Roland Winkler * textmodes/bibtex.el (bibtex-field-list): Use functionp.