diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 67a51dfbeee..e35fc89618a 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2380,7 +2380,7 @@ without confirmation." | |||
| 2380 | (features (cons 'python-mode features))) ; and requires this | 2380 | (features (cons 'python-mode features))) ; and requires this |
| 2381 | (brm-init) ; second line of normal recipe | 2381 | (brm-init) ; second line of normal recipe |
| 2382 | (remove-hook 'python-mode-hook ; undo this from `brm-init' | 2382 | (remove-hook 'python-mode-hook ; undo this from `brm-init' |
| 2383 | '(lambda () (easy-menu-add brm-menu))) | 2383 | (lambda () (easy-menu-add brm-menu))) |
| 2384 | (easy-menu-define | 2384 | (easy-menu-define |
| 2385 | python-brm-menu python-mode-map | 2385 | python-brm-menu python-mode-map |
| 2386 | "Bicycle Repair Man" | 2386 | "Bicycle Repair Man" |