]> granicus.if.org Git - python/commitdiff
(py-in-literal): How'd this get through? c-point => py-point
authorBarry Warsaw <barry@python.org>
Sat, 29 Aug 1998 06:32:31 +0000 (06:32 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 29 Aug 1998 06:32:31 +0000 (06:32 +0000)
Misc/python-mode.el

index 54411b9991c7b4c678ff32cf455ace2a8d940eee..b3925bbe4a3261d75b08f21ad3437ee686cfd3ab 100644 (file)
@@ -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)