1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Fix declare-function call: FILE must be a string

This commit is contained in:
Noam Postavsky 2016-07-17 22:28:25 -04:00
parent 71057bc20f
commit 79c38c5184

View file

@ -46,7 +46,7 @@
(eval-when-compile (require 'cl))
(eval-when-compile (require 'regexp-opt))
(declare-function package-installed-p 'package)
(declare-function package-installed-p "package")
(defgroup use-package nil
"A use-package declaration for simplifying your `.emacs'."