Commit 42677e05 authored by Barry Warsaw's avatar Barry Warsaw

(py-in-literal): How'd this get through? c-point => py-point

parent c6c4fd05
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment