diff options
author | Glenn Morris <rgm@gnu.org> | 2019-06-18 15:47:49 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2019-06-18 15:47:49 -0700 |
commit | ef23c8be70d2cdc51b7f117ab3b4ad2f16b4ecdc (patch) | |
tree | 2261b296661d10bdcf4b6cb060d2dd039ea6acae /lisp/vc/ediff-help.el | |
parent | 922121e7ddbc107da14ea9c1280d15c828e85063 (diff) | |
download | emacs-ef23c8be70d2cdc51b7f117ab3b4ad2f16b4ecdc.tar.gz |
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.
Diffstat (limited to 'lisp/vc/ediff-help.el')
-rw-r--r-- | lisp/vc/ediff-help.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/ediff-help.el b/lisp/vc/ediff-help.el index 74a4068a7f6..d44263b70b0 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. |