From: Basil L. Contovounesios Date: Sun, 30 Jun 2019 12:30:03 +0000 (+0100) Subject: ; Fix last change to profiler-report X-Git-Tag: emacs-27.0.90~2142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f24d47359d9b6621215f20795d585c5024d91783;p=emacs.git ; Fix last change to profiler-report * lisp/profiler.el (profiler-report): Make interactive again (bug#22114). --- 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)