From f24d47359d9b6621215f20795d585c5024d91783 Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Sun, 30 Jun 2019 13:30:03 +0100 Subject: [PATCH] ; Fix last change to profiler-report * lisp/profiler.el (profiler-report): Make interactive again (bug#22114). --- lisp/profiler.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/profiler.el b/lisp/profiler.el index 74b847c8d74..775096276da 100644 --- a/lisp/profiler.el +++ b/lisp/profiler.el @@ -863,6 +863,7 @@ Also, if MODE is `mem' or `cpu+mem', then memory profiler will be started." (defun profiler-report () "Report profiling results." + (interactive) (when (and (fboundp 'profiler-cpu-running-p) (profiler-cpu-running-p)) (setq profiler-cpu-log (profiler-cpu-log))) (when (profiler-memory-running-p) -- 2.39.2