(py-goto-initial-line): Shut up the byte compiler.

This commit is contained in:
Barry Warsaw 1998-01-21 05:15:57 +00:00
parent 82aecb9d66
commit 9ec9fbc355

View file

@ -2537,7 +2537,7 @@ local bindings to py-newline-and-indent."))
;; Also, if we're sitting inside a triple quoted string, this will
;; drop us at the line that begins the string.
(defun py-goto-initial-line ()
(let (open-bracket-pos state strchr bod done)
(let (open-bracket-pos)
(while (py-continuation-line-p)
(beginning-of-line)
(if (py-backslash-continuation-line-p)