2013-02-05 Glenn Morris <rgm@gnu.org>
+ * 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.
["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)