summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-08-29 06:32:31 (GMT)
committerBarry Warsaw <barry@python.org>1998-08-29 06:32:31 (GMT)
commit4d1874093f455edf19339cb1344ea2e88adfa477 (patch)
treeb2a3bfad9910460931b7a077fc23c3a1ba039cc9 /Misc
parent525d7024ab16d7017276e3d1409a3f7952ff6a18 (diff)
downloadcpython-4d1874093f455edf19339cb1344ea2e88adfa477.zip
cpython-4d1874093f455edf19339cb1344ea2e88adfa477.tar.gz
cpython-4d1874093f455edf19339cb1344ea2e88adfa477.tar.bz2
(py-in-literal): How'd this get through? c-point => py-point
Diffstat (limited to 'Misc')
-rw-r--r--Misc/python-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 54411b9..b3925bb 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -475,7 +475,7 @@ i.e. the limit on how far back to scan."
;; interface.
;;
;; WARNING: Watch out for infinite recursion.
- (let* ((lim (or lim (c-point 'bod)))
+ (let* ((lim (or lim (py-point 'bod)))
(state (parse-partial-sexp lim (point))))
(cond
((nth 3 state) 'string)