aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 114b2ff1775..5a3dc4bb1fb 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -84,12 +84,13 @@
84 84
85;; Better decorator support for beginning of defun 85;; Better decorator support for beginning of defun
86 86
87;; Fix shell autocompletion when: obj.<tab> 87;; Review code and cleanup
88 88
89;; Remove garbage prompts left from calls to `comint-send-string' and 89;; (Perhaps) python-check
90;; other comint related cleanups.
91 90
92;; Review code and cleanup 91;; (Perhaps) ffap support
92
93;; (Perhaps) some skeletons (I never use them because of yasnippet)
93 94
94;;; Code: 95;;; Code:
95 96