* mail/footnote.el (footnote-current-style): New var.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 15 Apr 2007 17:19:30 +0000 (17:19 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 15 Apr 2007 17:19:30 +0000 (17:19 +0000)
(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.

lisp/ChangeLog

index 2f0006b..f8bb945 100644 (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.