]> git.eshelyaron.com Git - emacs.git/commitdiff
Migrate remaining files to lexical binding
authorPhilipp Stephani <phst@google.com>
Sun, 21 Jun 2020 17:46:12 +0000 (19:46 +0200)
committerPhilipp Stephani <phst@google.com>
Mon, 3 Aug 2020 19:37:34 +0000 (21:37 +0200)
lisp/use-package/bind-chord.el
lisp/use-package/bind-key.el

index e5184bff60efd45cb3a498a3a087838a5d3a1780..0cb6b01857c577633ad3a08a06b13802892d06e3 100644 (file)
@@ -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
 
index 01e1d4d73d92a5b0514680d7cf312aa9fa54d239..bf5a379b0be1f875c76cf8cf155aab490d468849 100644 (file)
@@ -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