branch: elpa/tablist commit a0d1755a18929267a793d8043b7ff421dfb1d8bd Author: Andreas Politz <poli...@hochschule-trier.de> Commit: Andreas Politz <poli...@hochschule-trier.de>
Workaround semantic bug. * lisp/tablist-filter.el (python-mode-hook): Loading semantic/wisent/comp installs a python hook, avoid it. --- tablist-filter.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tablist-filter.el b/tablist-filter.el index a401a2b..b72ea21 100644 --- a/tablist-filter.el +++ b/tablist-filter.el @@ -22,8 +22,9 @@ ;; +(let (python-mode-hook) (require 'semantic/wisent/comp) -(require 'semantic/wisent/wisent) +(require 'semantic/wisent/wisent)) ;;; Code: