summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package-core.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package-core.el')
-rw-r--r--lisp/use-package/use-package-core.el4
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/use-package/use-package-core.el b/lisp/use-package/use-package-core.el
index 36d5ccb977b..2859e3382ca 100644
--- a/lisp/use-package/use-package-core.el
+++ b/lisp/use-package/use-package-core.el
@@ -1663,7 +1663,7 @@ this file. Usage:
:custom-face Call `custom-set-faces' with each face definition.
:ensure Loads the package using package.el if necessary.
:pin Pin the package to an archive."
- (declare (indent 1))
+ (declare (indent defun))
(unless (memq :disabled args)
(macroexp-progn
(use-package-concat
@@ -1682,8 +1682,6 @@ this file. Usage:
(when use-package-compute-statistics
`((use-package-statistics-gather :use-package ',name t)))))))
-(put 'use-package 'lisp-indent-function 'defun)
-
(provide 'use-package-core)
;; Local Variables: