From: Philipp Stephani Date: Sun, 21 Jun 2020 17:46:12 +0000 (+0200) Subject: Migrate remaining files to lexical binding X-Git-Tag: emacs-29.0.90~1306^2~15^2~32^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5bd7e0ca7da922b4d518b25c86dd12ad1af5455a;p=emacs.git Migrate remaining files to lexical binding --- diff --git a/lisp/use-package/bind-chord.el b/lisp/use-package/bind-chord.el index e5184bff60e..0cb6b01857c 100644 --- a/lisp/use-package/bind-chord.el +++ b/lisp/use-package/bind-chord.el @@ -1,4 +1,4 @@ -;;; bind-chord.el --- key-chord binding helper for use-package-chords +;;; bind-chord.el --- key-chord binding helper for use-package-chords -*- lexical-binding: t; -*- ;; Copyright (C) 2015-2017 Justin Talbott diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el index 01e1d4d73d9..bf5a379b0be 100644 --- a/lisp/use-package/bind-key.el +++ b/lisp/use-package/bind-key.el @@ -1,4 +1,4 @@ -;;; bind-key.el --- A simple way to manage personal keybindings +;;; bind-key.el --- A simple way to manage personal keybindings -*- lexical-binding: t; -*- ;; Copyright (c) 2012-2017 John Wiegley