diff options
author | Alex Branham <alex.branham@gmail.com> | 2018-01-27 09:56:15 -0600 |
---|---|---|
committer | Alex Branham <alex.branham@gmail.com> | 2018-01-27 10:01:10 -0600 |
commit | 88bcb8b96d6366ad2c801d6edb3ecc0d18618643 (patch) | |
tree | a60627216da4112df2024cf916702249155ffacc /lisp/use-package/use-package-jump.el | |
parent | fd8a3510fd1a555b925f57b2870917e3c4ea0206 (diff) | |
download | emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.gz emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.tar.bz2 emacs-88bcb8b96d6366ad2c801d6edb3ecc0d18618643.zip |
Use lexical bindings and remove cl package
Diffstat (limited to 'lisp/use-package/use-package-jump.el')
-rw-r--r-- | lisp/use-package/use-package-jump.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package-jump.el b/lisp/use-package/use-package-jump.el index 31d1b054060..4044ad16564 100644 --- a/lisp/use-package/use-package-jump.el +++ b/lisp/use-package/use-package-jump.el @@ -1,4 +1,4 @@ -;;; use-package-jump.el --- Attempt to jump to a use-package declaration +;;; use-package-jump.el --- Attempt to jump to a use-package declaration -*- lexical-binding: t; -*- ;; Copyright (C) 2012-2017 John Wiegley |