diff options
Diffstat (limited to 'lisp/cedet/semantic/wisent/python.el')
| -rw-r--r-- | lisp/cedet/semantic/wisent/python.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/cedet/semantic/wisent/python.el b/lisp/cedet/semantic/wisent/python.el index f0e294efa62..540c59b9a7a 100644 --- a/lisp/cedet/semantic/wisent/python.el +++ b/lisp/cedet/semantic/wisent/python.el | |||
| @@ -530,11 +530,6 @@ Shortens `code' tags, but passes through for others." | |||
| 530 | (code . "Code"))) | 530 | (code . "Code"))) |
| 531 | ) | 531 | ) |
| 532 | 532 | ||
| 533 | ;; Make sure the newer python modes pull in the same python | ||
| 534 | ;; mode overrides. | ||
| 535 | (define-child-mode python-2-mode python-mode "Python 2 mode") | ||
| 536 | (define-child-mode python-3-mode python-mode "Python 3 mode") | ||
| 537 | |||
| 538 | 533 | ||
| 539 | ;;; Utility functions | 534 | ;;; Utility functions |
| 540 | ;; | 535 | ;; |