Finish pdbtrack integration cleanup, settling missing-functions
authorKen Manheimer <ken.manheimer@gmail.com>
Fri, 22 Feb 2008 17:49:48 +0000 (17:49 +0000)
committerKen Manheimer <ken.manheimer@gmail.com>
Fri, 22 Feb 2008 17:49:48 +0000 (17:49 +0000)
commitf7aa70c758c188e700ac303518f48f116e3e40c9
tree52206bc630e395d2ecadee478d68d7f35d57bd61
parent6087292e62fe822459b8cdb863e10d686a53a937
Finish pdbtrack integration cleanup, settling missing-functions
byte compiler warnings appropriately.

* progmodes/python.el (python-point): Remove this - beginning-of-line was
all that was necessary for `python-pdbtrack-overlay-arrow'.
(python-end-of-def-or-class, python-beginning-of-def-or-class)
(python-goto-initial-line): Drop these - they were only needed for
python-point.
(python-comint-output-filter-function): Use condition-case and
beginning-of-line directly, instead of python-mode.el functions
which require all sorts of baggage.
(point-safe): Unnecessary - we're using condition-case directly,
instead.
(python-execute-file): Include for python-shell, which i'm leaving
in keeping despite it being unnecessary for pdb tracking.
lisp/ChangeLog
lisp/progmodes/python.el