mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-04 11:40:22 +00:00
(python-current-defun): Remove left-over assignment to `start'.
This commit is contained in:
parent
98228e72ca
commit
d720f96e93
@ -1,3 +1,8 @@
|
||||
2007-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* progmodes/python.el (python-current-defun): Remove left-over
|
||||
assignment to `start'.
|
||||
|
||||
2007-10-23 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* ibuf-ext.el (ibuffer-auto-update-changed): Use `dolist' rather
|
||||
|
@ -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…
Reference in New Issue
Block a user