emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]