]> granicus.if.org Git - python/commitdiff
(py-goto-initial-line): Shut up the byte compiler.
authorBarry Warsaw <barry@python.org>
Wed, 21 Jan 1998 05:15:57 +0000 (05:15 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 21 Jan 1998 05:15:57 +0000 (05:15 +0000)
Misc/python-mode.el

index ec9e09e1da002ffe65850ad901709c0f6e265509..bd69739ae0b6be4d560ea5f4b54c841a23b600d1 100644 (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)