aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Monnier2007-10-23 21:27:20 +0000
committerStefan Monnier2007-10-23 21:27:20 +0000
commitd720f96e93d4d01d63951224e4bf8355b49a1c13 (patch)
tree8d1ccb2e7c85138fde872649770bbde234c504eb /lisp/progmodes/python.el
parent98228e72cabfc932e78ad01f1e28cce19ddf8df2 (diff)
downloademacs-d720f96e93d4d01d63951224e4bf8355b49a1c13.tar.gz
emacs-d720f96e93d4d01d63951224e4bf8355b49a1c13.zip
(python-current-defun): Remove left-over assignment to `start'.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index f1d6d02020b..fc28b72bfd1 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1852,7 +1852,6 @@ of current line."
1852 (while (or (null length-limit) 1852 (while (or (null length-limit)
1853 (null (cdr accum)) 1853 (null (cdr accum))
1854 (< length length-limit)) 1854 (< length length-limit))
1855 (setq start nil)
1856 (let ((started-from (point))) 1855 (let ((started-from (point)))
1857 (python-beginning-of-block) 1856 (python-beginning-of-block)
1858 (end-of-line) 1857 (end-of-line)