diff options
author | Philipp Stephani <phst@google.com> | 2020-06-21 19:46:12 +0200 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2020-08-03 21:37:34 +0200 |
commit | 5bd7e0ca7da922b4d518b25c86dd12ad1af5455a (patch) | |
tree | 3226ec4a398ea03f9a18cd7118768b055ac8fb38 /lisp/use-package/bind-key.el | |
parent | c358eedcf9f5c8921005bbaae78a3abc1fe8cc86 (diff) | |
download | emacs-5bd7e0ca7da922b4d518b25c86dd12ad1af5455a.tar.gz emacs-5bd7e0ca7da922b4d518b25c86dd12ad1af5455a.tar.bz2 emacs-5bd7e0ca7da922b4d518b25c86dd12ad1af5455a.zip |
Migrate remaining files to lexical binding
Diffstat (limited to 'lisp/use-package/bind-key.el')
-rw-r--r-- | lisp/use-package/bind-key.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |