branch: externals/emacs-gc-stats commit 09fc7b985a65603d3ff24707de2fda6d520c186a Author: Ihor Radchenko <yanta...@posteo.net> Commit: Ihor Radchenko <yanta...@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-st...@gnu.org";)) (message "GC stats saved to \"%s\". You can share the file by sending email to emacs-gc-st...@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)