mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Byte-compilation related fix
This commit is contained in:
parent
d9f6c0f370
commit
ece5f93919
1 changed files with 6 additions and 7 deletions
|
@ -256,16 +256,15 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'bind-key)
|
||||
|
||||
(defgroup use-package nil
|
||||
"A use-package declaration for simplifying your .emacs"
|
||||
:group 'startup)
|
||||
(require 'bytecomp)
|
||||
(require 'diminish nil t)
|
||||
|
||||
(eval-when-compile
|
||||
(require 'cl))
|
||||
|
||||
(require 'bind-key)
|
||||
(require 'diminish nil t)
|
||||
(defgroup use-package nil
|
||||
"A use-package declaration for simplifying your .emacs"
|
||||
:group 'startup)
|
||||
|
||||
(defcustom use-package-verbose t
|
||||
"Whether to report about loading and configuration details."
|
||||
|
@ -389,7 +388,7 @@
|
|||
(list pkg-load-path)
|
||||
pkg-load-path))
|
||||
|
||||
(eval-when-compile
|
||||
(when byte-compile-current-file
|
||||
,@defines-eval
|
||||
,(if (stringp name)
|
||||
`(load ,name t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue