mirror of https://github.com/python/cpython
(py-in-literal): How'd this get through? c-point => py-point
This commit is contained in:
parent
525d7024ab
commit
4d1874093f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue