mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
(py-in-literal): How'd this get through? c-point => py-point
This commit is contained in:
parent
525d7024ab
commit
4d1874093f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue