diff options
-rw-r--r-- | Misc/python-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/python-mode.el b/Misc/python-mode.el index 42cbffd..bd2d0d9 100644 --- a/Misc/python-mode.el +++ b/Misc/python-mode.el @@ -58,6 +58,7 @@ ;; - even better support for outdenting. Guido suggests outdents of ;; at least one level after a return, raise, break, or continue ;; statement. +;; - de-electrify colon inside literals (e.g. comments and strings) ;; 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). |