Hello,

Yuichiro Hakozaki <sankaku....@gmail.com> writes:

> @@ -335,7 +335,7 @@ if it fails."
>                (let ((min-ind (point-max)))
>                  (save-excursion
>                    (while (re-search-forward "^[ \t]*\\S-" nil t)
> -                    (let ((ind (1- (current-column))))
> +                    (let ((ind (- (current-column) (char-width 
> (char-before)))))

I used `current-indentation' instead. Thank you for the bug report, and
the patch.

Regards,

-- 
Nicolas Goaziou

Reply via email to