]> git.eshelyaron.com Git - emacs.git/commitdiff
Disable lexical-binding in ediff
authorGlenn Morris <rgm@gnu.org>
Tue, 18 Jun 2019 22:47:49 +0000 (15:47 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 18 Jun 2019 22:47:49 +0000 (15:47 -0700)
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
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

index f6b68bbd7dfaeab733c8c3c4a86bd54cca12de17..b79fde0d6625e3d03977c90652ad7385b22c5575 100644 (file)
@@ -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.
 
index 74a4068a7f64c40f177283bf858dcfc6245d3dcd..d44263b70b06e33cef54268377cebae7b7908628 100644 (file)
@@ -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.
 
index 6ece7af5e6589a8d96a73e502acebee360b0c5ed..0b97120baf1a5efa8fe03ba07299e07e36dce620 100644 (file)
@@ -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.
 
index 41871d4b7cf5014af070c24e495896f2a374a7a1..18c396f164cdd8f2dab18fba0e46d3808bbe3f6b 100644 (file)
@@ -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.
 
index e08d899bd08203a6c36e65419886652e568e9e83..cadc15325c7cc84d1020c47998514d7129185fbb 100644 (file)
@@ -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.
 
index 8ac8eff986c347fe2a1462c522d34488ce68f358..f44236c44dfa92482bd7403763607cae9968ced4 100644 (file)
@@ -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.
 
index 21e1e2ee161360cca46cb0d9630db988ece9ab44..7b743a8d723cc1389aeadd170ff584982b517c2e 100644 (file)
@@ -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.
 
index 049fdc880b133e891dfc02aff3028c5634dbe6cc..cadb057a9abb42c87b85784d71ac5decf8ab5aee 100644 (file)
@@ -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.
 
index 559a20b023423681dcbfd8ee01d97f051ce7c111..5439110160b92c2fed6ae3ccb02a513f20e76404 100644 (file)
@@ -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.
 
index e13c7b93a91d1d48f29ee81d441a3c8693c214e7..4e2ead4f439290bf08993a4d4d8b1a9025bfdb7c 100644 (file)
@@ -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.