summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)