]> git.eshelyaron.com Git - emacs.git/commitdiff
Whitespace change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 26 Dec 2007 23:01:34 +0000 (23:01 +0000)
lisp/mail/footnote.el

index b94f3bc82976561b034f36c6e12ec2cf781f0e69..a3a9cfc80586ce39907c383a310df76d95eba237 100644 (file)
@@ -327,7 +327,8 @@ Conversion is done based upon the current selected style."
 (defun Footnote-current-regexp ()
   "Return the regexp of the index of the current style."
   (concat (nth 2 (or (assq footnote-style footnote-style-alist)
-                    (nth 0 footnote-style-alist))) "*"))
+                    (nth 0 footnote-style-alist)))
+         "*"))
 
 (defun Footnote-refresh-footnotes (&optional index-regexp)
   "Redraw all footnotes.
@@ -345,7 +346,7 @@ styles."
          (search-backward footnote-start-tag nil t)
          (when (looking-at (concat
                             (regexp-quote footnote-start-tag)
-                            "\\(" index-regexp "\\)"
+                            "\\(" index-regexp "+\\)"
                             (regexp-quote footnote-end-tag)))
            (replace-match (concat
                            footnote-start-tag
@@ -361,7 +362,7 @@ styles."
        (goto-char (cdr alist))
        (when (looking-at (concat
                           (regexp-quote footnote-start-tag)
-                          "\\(" index-regexp "\\)"
+                          "\\(" index-regexp "+\\)"
                           (regexp-quote footnote-end-tag)))
          (replace-match (concat
                          footnote-start-tag