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, 1 insertions, 8 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index a1793185899..091456aa89a 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -29,7 +29,7 @@
29 29
30;; Major mode for editing Python files with some fontification and 30;; Major mode for editing Python files with some fontification and
31;; indentation bits extracted from original Dave Love's python.el 31;; indentation bits extracted from original Dave Love's python.el
32;; found in GNU/Emacs. 32;; found in GNU Emacs.
33 33
34;; Implements Syntax highlighting, Indentation, Movement, Shell 34;; Implements Syntax highlighting, Indentation, Movement, Shell
35;; interaction, Shell completion, Shell virtualenv support, Shell 35;; interaction, Shell completion, Shell virtualenv support, Shell
@@ -247,13 +247,6 @@
247;; I'd recommend the first one since you'll get the same behavior for 247;; I'd recommend the first one since you'll get the same behavior for
248;; all modes out-of-the-box. 248;; all modes out-of-the-box.
249 249
250;;; Installation:
251
252;; Add this to your .emacs:
253
254;; (add-to-list 'load-path "/folder/containing/file")
255;; (require 'python)
256
257;;; TODO: 250;;; TODO:
258 251
259;;; Code: 252;;; Code: