diff options
-rw-r--r-- | Misc/python-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 79ca83b..36d4bb7 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -2497,7 +2497,7 @@ local bindings to py-newline-and-indent.")) (save-excursion (setq pps (parse-partial-sexp (point) here))) ;; make sure we don't land inside a triple-quoted string - (setq done (or (zerop ci) + (setq done (or ;(zerop ci) (not (nth 3 pps)) (bobp))) ) |