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

This commit is contained in:
Barry Warsaw 1998-08-29 06:32:31 +00:00
parent 525d7024ab
commit 4d1874093f
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ i.e. the limit on how far back to scan."
;; interface. ;; interface.
;; ;;
;; WARNING: Watch out for infinite recursion. ;; 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)))) (state (parse-partial-sexp lim (point))))
(cond (cond
((nth 3 state) 'string) ((nth 3 state) 'string)