bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#8797: Further context


From: Adrian Parker
Subject: bug#8797: Further context
Date: Fri, 3 Jun 2011 22:26:05 -0400

I should have given more context on turbofails' suggestion. Here is
the diff output he provided for me:

-- a/python.el
+++ b/python.el
@@ -678,7 +678,7 @@ Set `python-indent' locally to the value guessed."
                  ;; level per bracketing level.
                  (goto-char (1+ open-start))
                  (python-beginning-of-statement)
-                 (+ (current-indentation) (* (car syntax) python-indent))))
+                 (+ (current-indentation) (* 2 (car syntax) python-indent))))
            ;; Otherwise backslash-continued.
            (forward-line -1)
            (if (python-continuation-line-p)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]