[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/emacs-gc-stats 09fc7b985a 4/9: * emacs-gc-stats.el (ema
From: |
ELPA Syncer |
Subject: |
[elpa] externals/emacs-gc-stats 09fc7b985a 4/9: * emacs-gc-stats.el (emacs-gc-clear): Fix warning |
Date: |
Tue, 20 Jun 2023 09:58:24 -0400 (EDT) |
branch: externals/emacs-gc-stats
commit 09fc7b985a65603d3ff24707de2fda6d520c186a
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>
* emacs-gc-stats.el (emacs-gc-clear): Fix warning
---
emacs-gc-stats.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el
index 89660a94d1..a2ccfb78f1 100644
--- a/emacs-gc-stats.el
+++ b/emacs-gc-stats.el
@@ -199,6 +199,7 @@ Otherwise, collect symbol."
(browse-url "mailto:emacs-gc-stats@gnu.org"))
(message "GC stats saved to \"%s\". You can share the file by sending
email to emacs-gc-stats@gnu.org" emacs-gc-stats-file)))
+(defvar emacs-gc-stats-mode) ; defined later
(defun emacs-gc-stats-clear ()
"Clear GC stats collected so far."
(interactive)
- [elpa] externals/emacs-gc-stats updated (cdea9f03ba -> f17fd30098), ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 459616df26 2/9: Make recorded data customizeable, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 699a89ad4f 7/9: Add reminder to share data after `emacs-gc-stats-remind' days, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 4504beaba2 1/9: emacs-gc-stats-gc-defaults: Add more details to the docstring, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 6590469311 3/9: emacs-gc-stats-save-session: Fix call to `called-interactively-p', ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 09fc7b985a 4/9: * emacs-gc-stats.el (emacs-gc-clear): Fix warning,
ELPA Syncer <=
- [elpa] externals/emacs-gc-stats 56157c6ff8 5/9: * emacs-gc-stats.el (emacs-gc-stats--idle-tic): Improve docstring, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 9687e1d80a 6/9: New customization: emacs-gc-stats-inhibit-command-name-logging, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats f17fd30098 9/9: Bump version to 1.3, ELPA Syncer, 2023/06/20
- [elpa] externals/emacs-gc-stats 5de4b6590a 8/9: Update README, ELPA Syncer, 2023/06/20