diff options
author | John Wiegley <johnw@newartisans.com> | 2022-10-26 14:34:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 14:34:52 -0400 |
commit | 9188b3edf1ef5b4bd7574b4adbe175be42e0221a (patch) | |
tree | 43785903d6fa0ec4a3fa2cf163d1de75fb380995 /lisp/use-package/use-package-core.el | |
parent | c0338e06cd6e346bcfc69c53010fc8170c1bd979 (diff) | |
parent | 0fafd98513fd582f50aa114a4db0c59f0de12bcd (diff) | |
download | emacs-9188b3edf1ef5b4bd7574b4adbe175be42e0221a.tar.gz emacs-9188b3edf1ef5b4bd7574b4adbe175be42e0221a.tar.bz2 emacs-9188b3edf1ef5b4bd7574b4adbe175be42e0221a.zip |
Merge pull request from bhankas/master
GitHub-reference: https://github.com/jwiegley/use-package/issues/1005
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r-- | lisp/use-package/use-package-core.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el index 31b80486432..76c6a97e062 100644 --- a/lisp/use-package/use-package-core.el +++ b/lisp/use-package/use-package-core.el @@ -1,6 +1,6 @@ ;;; use-package-core.el --- A configuration macro for simplifying your .emacs -*- lexical-binding: t; -*- -;; Copyright (C) 2012-2017 John Wiegley +;; Copyright (C) 2012-2022 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@newartisans.com> ;; Maintainer: John Wiegley <johnw@newartisans.com> |