From: Glenn Morris Date: Tue, 5 Feb 2013 02:12:58 +0000 (-0500) Subject: * lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry. X-Git-Tag: emacs-24.3.90~173^2~7^2~145 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ed746aa721aa5712249946b6061041563f7138f3;p=emacs.git * lisp/profiler.el (profiler-report-mode-map): Add a restart menu entry. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eff5eadb614..9fbc0e747fc 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2013-02-05 Glenn Morris + * profiler.el (profiler-report-mode-map): Add a restart menu entry. + * play/gamegrid.el (gamegrid-add-score-with-update-game-score): Fix directory creation in fallback case. diff --git a/lisp/profiler.el b/lisp/profiler.el index 73b751c3fcd..07192a39bef 100644 --- a/lisp/profiler.el +++ b/lisp/profiler.el @@ -466,6 +466,8 @@ RET: expand or collapse")) ["Write Profile..." profiler-report-write-profile :active t :help "Write current profile to a file"] "--" + ["Start Profiler" profiler-start :active (not (profiler-running-p)) + :help "Start profiling"] ["Stop Profiler" profiler-stop :active (profiler-running-p) :help "Stop profiling"] ["New Report" profiler-report :active (profiler-running-p)