mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
Migrate remaining files to lexical binding
This commit is contained in:
parent
c358eedcf9
commit
5bd7e0ca7d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue