(py-compute-indentation): Use forward-comment to skip over all

whitespace and comment noise.
This commit is contained in:
Barry Warsaw 1998-04-16 20:04:59 +00:00
parent ac36c6403f
commit 77d1fce2f6
1 changed files with 1 additions and 1 deletions

View File

@ -1592,7 +1592,7 @@ the new line indented."
(/= startpos
(save-excursion
(goto-char (1+ open-bracket-pos))
(skip-chars-forward " \t\n")
(forward-comment (point-max))
(point))))
;; again mimic the first list item
(current-indentation)