]> git.eshelyaron.com Git - emacs.git/commit
Fixed infinite while loop in python-info-current-defun
authorFabián Ezequiel Gallina <fgallina@cuca>
Thu, 17 May 2012 03:02:55 +0000 (00:02 -0300)
committerFabián Ezequiel Gallina <fgallina@gnu.org>
Thu, 17 May 2012 03:02:55 +0000 (00:02 -0300)
commitdf700cc99edbf1a51f78a52903cd6a9065121e22
tree0b8c048672dae7f9a03d6662e632ec79fe45e40f
parentb962ebad98b9dff00b2c945afe353a6820e40bce
Fixed infinite while loop in python-info-current-defun

Was caused when a beginning of defun was in the beginning of buffer
because python-beginning-of-innermost-defun never reached the real
start when (bobp)
lisp/progmodes/python.el