projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fe1beb
)
Make use-package-statistics-mode non-interactive
author
Stefan Kangas
<stefankangas@gmail.com>
Wed, 2 Aug 2023 19:50:47 +0000
(21:50 +0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Wed, 2 Aug 2023 19:50:47 +0000
(21:50 +0200)
* lisp/use-package/use-package-core.el
(use-package-statistics-mode): Make non-interactive; it only works in
buffers prepared by use-package-report.
lisp/use-package/use-package-core.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package-core.el
b/lisp/use-package/use-package-core.el
index 8efdf06106011cd0bb2c5006cbf71a861b5be665..21a831ce26d1bd7635d6ff5e764d97a2105de1e0 100644
(file)
--- a/
lisp/use-package/use-package-core.el
+++ b/
lisp/use-package/use-package-core.el
@@
-1058,6
+1058,7
@@
meaning:
(define-derived-mode use-package-statistics-mode tabulated-list-mode
"use-package statistics"
"Show current statistics gathered about `use-package' declarations."
+ :interactive nil
(setq tabulated-list-format
;; The sum of column width is 80 characters:
[("Package" 25 t)