1
Fork 0
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:
Stefan Monnier 2007-10-23 21:27:20 +00:00
parent 98228e72ca
commit d720f96e93
2 changed files with 5 additions and 1 deletions

View file

@ -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)