From 9ec9fbc35540f29f1c1dd3874962fc9f98cd7b7a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Wed, 21 Jan 1998 05:15:57 +0000 Subject: (py-goto-initial-line): Shut up the byte compiler. --- Misc/python-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/python-mode.el b/Misc/python-mode.el index ec9e09e..bd69739 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -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) -- cgit v0.12