mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
(py-goto-initial-line): Shut up the byte compiler.
This commit is contained in:
parent
82aecb9d66
commit
9ec9fbc355
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue