summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-bind-key.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2018-01-27 14:13:48 -0800
committerJohn Wiegley <johnw@newartisans.com>2018-01-27 14:13:48 -0800
commitab918196faff60300a8c9e3b7e1d825c42831b6e (patch)
tree76d8bec314f1c6257fe03ef386a7800171c24862 /lisp/use-package/use-package-bind-key.el
parent566a2ea3a1f0fb1449e9c662924ed1d87e109284 (diff)
downloademacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.tar.gz
emacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.tar.bz2
emacs-ab918196faff60300a8c9e3b7e1d825c42831b6e.zip
Revert "Merge pull request from jabranham/lexical-bindings"
This reverts commit d21787f1d64a740c0e00899835d9200a0e4690df, reversing changes made to fd8a3510fd1a555b925f57b2870917e3c4ea0206. GitHub-reference: https://github.com/jwiegley/use-package/issues/617
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
-rw-r--r--lisp/use-package/use-package-bind-key.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/use-package/use-package-bind-key.el b/lisp/use-package/use-package-bind-key.el
index 8c86ef5edfc..d8fe56dfaa5 100644
--- a/lisp/use-package/use-package-bind-key.el
+++ b/lisp/use-package/use-package-bind-key.el
@@ -1,4 +1,4 @@
-;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords -*- lexical-binding: t; -*-
+;;; use-package-bind-key.el --- Support for the :bind/:bind-keymap keywords
;; Copyright (C) 2012-2017 John Wiegley
@@ -125,7 +125,7 @@ deferred until the prefix key sequence is pressed."
;;;###autoload
(defun use-package-handler/:bind
- (name _keyword args rest state &optional bind-macro)
+ (name keyword args rest state &optional bind-macro)
(use-package-concat
(use-package-process-keywords name rest state)
`(,@(mapcar
@@ -146,7 +146,7 @@ deferred until the prefix key sequence is pressed."
;;;###autoload
(defun use-package-handler/:bind-keymap
- (name _keyword args rest state &optional override)
+ (name keyword args rest state &optional override)
(use-package-concat
(use-package-process-keywords name rest state)
(mapcar