mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-10 08:10:21 -08:00
(python-current-defun): Remove left-over assignment to `start'.
This commit is contained in:
parent
98228e72ca
commit
d720f96e93
2 changed files with 5 additions and 1 deletions
|
|
@ -1852,7 +1852,6 @@ of current line."
|
|||
(while (or (null length-limit)
|
||||
(null (cdr accum))
|
||||
(< length length-limit))
|
||||
(setq start nil)
|
||||
(let ((started-from (point)))
|
||||
(python-beginning-of-block)
|
||||
(end-of-line)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue