1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-29 19:48:19 +00:00

* 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.
This commit is contained in:
Chong Yidong 2007-04-15 17:19:30 +00:00
parent 01373f5836
commit 807707ad9e

View File

@ -1,3 +1,13 @@
2007-04-15 Chong Yidong <cyd@stupidchicken.com>
* 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 <Roland.Winkler@physik.uni-erlangen.de>
* textmodes/bibtex.el (bibtex-field-list): Use functionp.