emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master bf0ed73: Respect python.el imenu when semantic-mode


From: Fabián Ezequiel Gallina
Subject: [Emacs-diffs] master bf0ed73: Respect python.el imenu when semantic-mode is off
Date: Wed, 12 Aug 2015 02:04:53 +0000

branch: master
commit bf0ed7340098dcb6228566450a99d3cbc0460094
Author: Fabián Ezequiel Gallina <address@hidden>
Commit: Fabián Ezequiel Gallina <address@hidden>

    Respect python.el imenu when semantic-mode is off
    
    Fixes debbugs:21220
    
    * lisp/cedet/semantic/wisent/python.el: Do not force
    wisent-python-default-setup on python-mode-hook.
---
 lisp/cedet/semantic/wisent/python.el |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/lisp/cedet/semantic/wisent/python.el 
b/lisp/cedet/semantic/wisent/python.el
index a8348d2..6abeb4a 100644
--- a/lisp/cedet/semantic/wisent/python.el
+++ b/lisp/cedet/semantic/wisent/python.el
@@ -534,9 +534,6 @@ Shortens 'code' tags, but passes through for others."
                                      (code . "Code")))
    )
 
-;;;###autoload
-(add-hook 'python-mode-hook 'wisent-python-default-setup)
-
 ;; Make sure the newer python modes pull in the same python
 ;; mode overrides.
 (define-child-mode python-2-mode python-mode "Python 2 mode")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]