emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/tablist a0d1755 25/60: Workaround semantic bug.


From: Philip Kaludercic
Subject: [nongnu] elpa/tablist a0d1755 25/60: Workaround semantic bug.
Date: Sun, 1 Aug 2021 18:19:28 -0400 (EDT)

branch: elpa/tablist
commit a0d1755a18929267a793d8043b7ff421dfb1d8bd
Author: Andreas Politz <politza@hochschule-trier.de>
Commit: Andreas Politz <politza@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:
 



reply via email to

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