emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f24d473: ; Fix last change to profiler-report


From: Basil L. Contovounesios
Subject: [Emacs-diffs] master f24d473: ; Fix last change to profiler-report
Date: Sun, 30 Jun 2019 08:33:33 -0400 (EDT)

branch: master
commit f24d47359d9b6621215f20795d585c5024d91783
Author: Basil L. Contovounesios <address@hidden>
Commit: Basil L. Contovounesios <address@hidden>

    ; 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 74b847c..7750962 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)



reply via email to

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