]> git.eshelyaron.com Git - emacs.git/commitdiff
Update version and copyright
authorJohn Wiegley <johnw@newartisans.com>
Thu, 30 Nov 2017 00:37:55 +0000 (16:37 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Thu, 30 Nov 2017 00:38:23 +0000 (16:38 -0800)
lisp/use-package/bind-key.el
lisp/use-package/use-package.el

index ca6c2a7ceed641e735c110955a091a15f578e3ec..eb1ea804d2a86ba25f27714339404ea9e593f719 100644 (file)
@@ -1,11 +1,12 @@
 ;;; bind-key.el --- A simple way to manage personal keybindings
 
-;; Copyright (c) 2012-2015 john wiegley
+;; Copyright (c) 2012-2017 John Wiegley
 
-;; Author: John Wiegley <jwiegley@gmail.com>
-;; Maintainer: John Wiegley <jwiegley@gmail.com>
+;; Author: John Wiegley <johnw@newartisans.com>
+;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 16 Jun 2012
-;; Version: 1.0
+;; Modified: 29 Nov 2017
+;; Version: 2.4
 ;; Keywords: keys keybinding config dotemacs
 ;; URL: https://github.com/jwiegley/use-package
 
index 2b5de46ca35d79b3bf5126a6f8e93330396cc09d..4f3fb137d3160e582fdece257b23f0c00ef53d1b 100644 (file)
@@ -1,13 +1,13 @@
 ;;; use-package.el --- A use-package declaration for simplifying your .emacs
 
-;; Copyright (C) 2012 John Wiegley
+;; Copyright (C) 2012-2017 John Wiegley
 
-;; Author: John Wiegley <jwiegley@gmail.com>
-;; Maintainer: John Wiegley <jwiegley@gmail.com>
+;; Author: John Wiegley <johnw@newartisans.com>
+;; Maintainer: John Wiegley <johnw@newartisans.com>
 ;; Created: 17 Jun 2012
-;; Modified: 17 Oct 2016
-;; Version: 2.3
-;; Package-Requires: ((emacs "24.3") (bind-key "1.0"))
+;; Modified: 29 Nov 2017
+;; Version: 2.4
+;; Package-Requires: ((emacs "24.3") (bind-key "2.4"))
 ;; Keywords: dotemacs startup speed config package
 ;; URL: https://github.com/jwiegley/use-package