aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Wiegley2022-08-07 08:49:45 -0700
committerGitHub2022-08-07 08:49:45 -0700
commitca426a773289dfef07a173dc96ce9970c3b51501 (patch)
tree73c9e81995ad1d8c219f439cf399746339805edb
parentf270623768b1e5b6829291ae950d4b19256ecdd3 (diff)
parent5bd7e0ca7da922b4d518b25c86dd12ad1af5455a (diff)
downloademacs-ca426a773289dfef07a173dc96ce9970c3b51501.tar.gz
emacs-ca426a773289dfef07a173dc96ce9970c3b51501.zip
Merge pull request from phst/lex
GitHub-reference: https://github.com/jwiegley/use-package/issues/848
-rw-r--r--lisp/use-package/bind-chord.el2
-rw-r--r--lisp/use-package/bind-key.el2
2 files changed, 2 insertions, 2 deletions
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 @@
1;;; bind-chord.el --- key-chord binding helper for use-package-chords 1;;; bind-chord.el --- key-chord binding helper for use-package-chords -*- lexical-binding: t; -*-
2 2
3;; Copyright (C) 2015-2017 Justin Talbott 3;; Copyright (C) 2015-2017 Justin Talbott
4 4
diff --git a/lisp/use-package/bind-key.el b/lisp/use-package/bind-key.el
index 3169e24412f..a3179b297ee 100644
--- a/lisp/use-package/bind-key.el
+++ b/lisp/use-package/bind-key.el
@@ -1,4 +1,4 @@
1;;; bind-key.el --- A simple way to manage personal keybindings 1;;; bind-key.el --- A simple way to manage personal keybindings -*- lexical-binding: t; -*-
2 2
3;; Copyright (c) 2012-2017 John Wiegley 3;; Copyright (c) 2012-2017 John Wiegley
4 4