fboundp is a function, not a variable
Fixes https://github.com/jwiegley/use-package/issues/68
This commit is contained in:
@@ -261,7 +261,7 @@
|
||||
(require 'bytecomp)
|
||||
(require 'diminish nil t)
|
||||
|
||||
(when fboundp 'declare-function
|
||||
(when (fboundp 'declare-function)
|
||||
(declare-function package-installed-p 'package))
|
||||
|
||||
(defgroup use-package nil
|
||||
|
||||
Reference in New Issue
Block a user