From: Barry Warsaw Date: Sat, 29 Aug 1998 06:32:31 +0000 (+0000) Subject: (py-in-literal): How'd this get through? c-point => py-point X-Git-Tag: v1.5.2a2~330 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d1874093f455edf19339cb1344ea2e88adfa477;p=python (py-in-literal): How'd this get through? c-point => py-point --- diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 54411b9991..b3925bbe4a 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)