Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4d18740

Browse files
committed
(py-in-literal): How'd this get through? c-point => py-point
1 parent 525d702 commit 4d18740

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Misc/python-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ i.e. the limit on how far back to scan."
475475
;; interface.
476476
;;
477477
;; WARNING: Watch out for infinite recursion.
478-
(let* ((lim (or lim (c-point 'bod)))
478+
(let* ((lim (or lim (py-point 'bod)))
479479
(state (parse-partial-sexp lim (point))))
480480
(cond
481481
((nth 3 state) 'string)

0 commit comments

Comments
 (0)