summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-bind-key.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2017-12-04 15:24:31 -0800
committerJohn Wiegley <johnw@newartisans.com>2017-12-04 15:24:31 -0800
commite34fdb580a73d3e79e14cbc3b32d9219f30cdc2f (patch)
treee5e6ad8b3a08768dcd62b75f45dcd13aa973a7c6 /lisp/use-package/use-package-bind-key.el
parent6c836985b181084123ffeaac463a320cdf96ff90 (diff)
downloademacs-e34fdb580a73d3e79e14cbc3b32d9219f30cdc2f.tar.gz
emacs-e34fdb580a73d3e79e14cbc3b32d9219f30cdc2f.tar.bz2
emacs-e34fdb580a73d3e79e14cbc3b32d9219f30cdc2f.zip
Add several missing comments
Diffstat (limited to 'lisp/use-package/use-package-bind-key.el')
-rw-r--r--lisp/use-package/use-package-bind-key.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/use-package/use-package-bind-key.el b/lisp/use-package/use-package-bind-key.el
index 4021bb432d6..5d1860b4e13 100644
--- a/lisp/use-package/use-package-bind-key.el
+++ b/lisp/use-package/use-package-bind-key.el
@@ -128,3 +128,5 @@ deferred until the prefix key sequence is pressed."
(use-package-handler/:bind-keymap name keyword arg rest state t))
(provide 'use-package-bind-key)
+
+;;; use-package-bind-key.el ends here