branch: elpa/scala-mode
commit 50bcafa181baec7054e27f4bca55d5f9277c6350
Merge: 661337d8aa0 63310cf9609
Author: Heikki Vesalainen <[email protected]>
Commit: GitHub <[email protected]>

    Merge pull request #197 from Rogach/master
    
    do not convert lexical-binding to local variable
---
 scala-mode-imenu.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/scala-mode-imenu.el b/scala-mode-imenu.el
index 2850d10b19c..301c939779f 100644
--- a/scala-mode-imenu.el
+++ b/scala-mode-imenu.el
@@ -6,10 +6,6 @@
 
 (require 'scala-mode-syntax)
 
-;; Make lambdas proper clousures (only in this file)
-(make-local-variable 'lexical-binding)
-(setq lexical-binding t)
-
 (defcustom scala-imenu:should-flatten-index t
   "Controls whether or not the imenu index is flattened or hierarchical."
   :type 'boolean

Reply via email to