mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-12 17:10:43 -08:00
Merge pull request from conao3/fix-declare-style
GitHub-reference: https://github.com/jwiegley/use-package/issues/760
This commit is contained in:
commit
0dc78ef4c8
1 changed files with 1 additions and 3 deletions
|
|
@ -1663,7 +1663,7 @@ this file. Usage:
|
||||||
:custom-face Call `custom-set-faces' with each face definition.
|
:custom-face Call `custom-set-faces' with each face definition.
|
||||||
:ensure Loads the package using package.el if necessary.
|
:ensure Loads the package using package.el if necessary.
|
||||||
:pin Pin the package to an archive."
|
:pin Pin the package to an archive."
|
||||||
(declare (indent 1))
|
(declare (indent defun))
|
||||||
(unless (memq :disabled args)
|
(unless (memq :disabled args)
|
||||||
(macroexp-progn
|
(macroexp-progn
|
||||||
(use-package-concat
|
(use-package-concat
|
||||||
|
|
@ -1682,8 +1682,6 @@ this file. Usage:
|
||||||
(when use-package-compute-statistics
|
(when use-package-compute-statistics
|
||||||
`((use-package-statistics-gather :use-package ',name t)))))))
|
`((use-package-statistics-gather :use-package ',name t)))))))
|
||||||
|
|
||||||
(put 'use-package 'lisp-indent-function 'defun)
|
|
||||||
|
|
||||||
(provide 'use-package-core)
|
(provide 'use-package-core)
|
||||||
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue