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.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 812e28268c2..a75317b3b0e 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -361,6 +361,8 @@ To customize the Python interpreter for interactive use, modify
361 ;; Utilities 361 ;; Utilities
362 "<remap> <complete-symbol>" #'completion-at-point) 362 "<remap> <complete-symbol>" #'completion-at-point)
363 363
364(defvar subword-mode nil)
365
364(easy-menu-define python-menu python-mode-map 366(easy-menu-define python-menu python-mode-map
365 "Menu used for ´python-mode'." 367 "Menu used for ´python-mode'."
366 '("Python" 368 '("Python"