From: morioka Date: Tue, 20 Jul 1999 05:05:21 +0000 (+0000) Subject: (detect-paragraph-cited-prefix): Don't use `incf'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b64b9d609bc3b5bb5fca3de9177643e7a941ed2e;p=elisp%2Fmu-cite.git (detect-paragraph-cited-prefix): Don't use `incf'. --- diff --git a/mu-cite.el b/mu-cite.el index abf281f..eca66a6 100644 --- a/mu-cite.el +++ b/mu-cite.el @@ -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))