emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ef23c8b: Disable lexical-binding in ediff


From: Glenn Morris
Subject: [Emacs-diffs] master ef23c8b: Disable lexical-binding in ediff
Date: Tue, 18 Jun 2019 18:48:03 -0400 (EDT)

branch: master
commit ef23c8be70d2cdc51b7f117ab3b4ad2f16b4ecdc
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    Disable lexical-binding in ediff
    
    Since it breaks the thing (bug#36157, bug#36281).
    * lisp/vc/ediff-diff.el, lisp/vc/ediff-help.el, lisp/vc/ediff-hook.el:
    * lisp/vc/ediff-init.el, lisp/vc/ediff-merg.el, lisp/vc/ediff-mult.el:
    * lisp/vc/ediff-ptch.el, lisp/vc/ediff-vers.el, lisp/vc/ediff-wind.el:
    * lisp/vc/ediff.el: Set lexical-binding to nil.
---
 lisp/vc/ediff-diff.el | 2 +-
 lisp/vc/ediff-help.el | 2 +-
 lisp/vc/ediff-hook.el | 2 +-
 lisp/vc/ediff-init.el | 2 +-
 lisp/vc/ediff-merg.el | 2 +-
 lisp/vc/ediff-mult.el | 2 +-
 lisp/vc/ediff-ptch.el | 2 +-
 lisp/vc/ediff-vers.el | 2 +-
 lisp/vc/ediff-wind.el | 2 +-
 lisp/vc/ediff.el      | 2 +-
 10 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/lisp/vc/ediff-diff.el b/lisp/vc/ediff-diff.el
index f6b68bb..b79fde0 100644
--- a/lisp/vc/ediff-diff.el
+++ b/lisp/vc/ediff-diff.el
@@ -1,4 +1,4 @@
-;;; ediff-diff.el --- diff-related utilities  -*- lexical-binding: t; -*-
+;;; ediff-diff.el --- diff-related utilities  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 1994-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-help.el b/lisp/vc/ediff-help.el
index 74a4068..d44263b 100644
--- a/lisp/vc/ediff-help.el
+++ b/lisp/vc/ediff-help.el
@@ -1,4 +1,4 @@
-;;; ediff-help.el --- Code related to the contents of Ediff help buffers  -*- 
lexical-binding: t; -*-
+;;; ediff-help.el --- Code related to the contents of Ediff help buffers  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 1996-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-hook.el b/lisp/vc/ediff-hook.el
index 6ece7af..0b97120 100644
--- a/lisp/vc/ediff-hook.el
+++ b/lisp/vc/ediff-hook.el
@@ -1,4 +1,4 @@
-;;; ediff-hook.el --- setup for Ediff's menus and autoloads  -*- 
lexical-binding: t; -*-
+;;; ediff-hook.el --- setup for Ediff's menus and autoloads  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 1995-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-init.el b/lisp/vc/ediff-init.el
index 41871d4..18c396f 100644
--- a/lisp/vc/ediff-init.el
+++ b/lisp/vc/ediff-init.el
@@ -1,4 +1,4 @@
-;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff  -*- 
lexical-binding: t; -*-
+;;; ediff-init.el --- Macros, variables, and defsubsts used by Ediff  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 1994-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-merg.el b/lisp/vc/ediff-merg.el
index e08d899..cadc153 100644
--- a/lisp/vc/ediff-merg.el
+++ b/lisp/vc/ediff-merg.el
@@ -1,4 +1,4 @@
-;;; ediff-merg.el --- merging utilities  -*- lexical-binding: t; -*-
+;;; ediff-merg.el --- merging utilities  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 1994-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-mult.el b/lisp/vc/ediff-mult.el
index 8ac8eff..f44236c 100644
--- a/lisp/vc/ediff-mult.el
+++ b/lisp/vc/ediff-mult.el
@@ -1,4 +1,4 @@
-;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff  
-*- lexical-binding: t; -*-
+;;; ediff-mult.el --- support for multi-file/multi-buffer processing in Ediff  
-*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 1995-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-ptch.el b/lisp/vc/ediff-ptch.el
index 21e1e2e..7b743a8 100644
--- a/lisp/vc/ediff-ptch.el
+++ b/lisp/vc/ediff-ptch.el
@@ -1,4 +1,4 @@
-;;; ediff-ptch.el --- Ediff's  patch support  -*- lexical-binding: t; -*-
+;;; ediff-ptch.el --- Ediff's  patch support  -*- lexical-binding: nil; -*-
 
 ;; Copyright (C) 1996-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-vers.el b/lisp/vc/ediff-vers.el
index 049fdc8..cadb057 100644
--- a/lisp/vc/ediff-vers.el
+++ b/lisp/vc/ediff-vers.el
@@ -1,4 +1,4 @@
-;;; ediff-vers.el --- version control interface to Ediff  -*- lexical-binding: 
t; -*-
+;;; ediff-vers.el --- version control interface to Ediff  -*- lexical-binding: 
nil; -*-
 
 ;; Copyright (C) 1995-1997, 2001-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff-wind.el b/lisp/vc/ediff-wind.el
index 559a20b..5439110 100644
--- a/lisp/vc/ediff-wind.el
+++ b/lisp/vc/ediff-wind.el
@@ -1,4 +1,4 @@
-;;; ediff-wind.el --- window manipulation utilities  -*- lexical-binding: t; 
-*-
+;;; ediff-wind.el --- window manipulation utilities  -*- lexical-binding: nil; 
-*-
 
 ;; Copyright (C) 1994-1997, 2000-2019 Free Software Foundation, Inc.
 
diff --git a/lisp/vc/ediff.el b/lisp/vc/ediff.el
index e13c7b9..4e2ead4 100644
--- a/lisp/vc/ediff.el
+++ b/lisp/vc/ediff.el
@@ -1,4 +1,4 @@
-;;; ediff.el --- a comprehensive visual interface to diff & patch  -*- 
lexical-binding: t; -*-
+;;; ediff.el --- a comprehensive visual interface to diff & patch  -*- 
lexical-binding: nil; -*-
 
 ;; Copyright (C) 1994-2019 Free Software Foundation, Inc.
 



reply via email to

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