diff options
| author | Ihor Radchenko <yantar92@posteo.net> | 2023-06-20 15:16:23 +0300 |
|---|---|---|
| committer | Ihor Radchenko <yantar92@posteo.net> | 2023-06-20 15:16:23 +0300 |
| commit | 09fc7b985a65603d3ff24707de2fda6d520c186a (patch) | |
| tree | 6ab28576ddd7ab5f1c3c3d8a249b6d4d948ab628 | |
| parent | 65904693115db32cea48b7a1aed84f54854dda3f (diff) | |
* emacs-gc-stats.el (emacs-gc-clear): Fix warning
| -rw-r--r-- | emacs-gc-stats.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs-gc-stats.el b/emacs-gc-stats.el index 89660a9..a2ccfb7 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) |
