summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1996-07-31 22:33:40 (GMT)
committerBarry Warsaw <barry@python.org>1996-07-31 22:33:40 (GMT)
commit9e277db76b9578eb89433b81a5300e75e86755a6 (patch)
tree68353c63fa0540137cccd4392801fa67aba4c94c
parentc08a94954918687cb495a30ee9b2d1f51a7d7059 (diff)
downloadcpython-9e277db76b9578eb89433b81a5300e75e86755a6.zip
cpython-9e277db76b9578eb89433b81a5300e75e86755a6.tar.gz
cpython-9e277db76b9578eb89433b81a5300e75e86755a6.tar.bz2
#comment update
-rw-r--r--Misc/python-mode.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el
index 3bc060a..038f417 100644
--- a/Misc/python-mode.el
+++ b/Misc/python-mode.el
@@ -74,6 +74,8 @@
;; write-file-hooks that runs untabify on the whole buffer (to work
;; around potential tab/space mismatch problems). In practice this
;; hasn't been a problem... yet.
+;; - have py-execute-region on indented code act as if the region is
+;; left justified. Avoids syntax errors.
;; If you can think of more things you'd like to see, drop me a line.
;; If you want to report bugs, use py-submit-bug-report (C-c C-b).