(detect-paragraph-cited-prefix): Don't use `incf'.
authormorioka <morioka>
Tue, 20 Jul 1999 05:05:21 +0000 (05:05 +0000)
committermorioka <morioka>
Tue, 20 Jul 1999 05:05:21 +0000 (05:05 +0000)
mu-cite.el

index abf281f..eca66a6 100644 (file)
@@ -384,7 +384,7 @@ TABLE defaults to the current buffer's category table."
              (if (stringp ret)
                  ret
                (cadr ret)))
-       (incf i))
+       (setq i (1+ i)))
       (cond ((> i 1) prefix)
            ((> i 0)
             (goto-char (point-min))