changeset 77222:089a79901f30

* 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.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 15 Apr 2007 17:19:30 +0000
parents be9753e42cdf
children ba7286e2e572
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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.