diff options
| author | Glenn Morris | 2013-01-19 18:40:49 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-19 18:40:49 -0800 |
| commit | a576cc76c8267928c601da79f370f98fa1834e8e (patch) | |
| tree | 7779e99f9b866e0a49d14a5eb6feb53f0411494a /lisp/ChangeLog | |
| parent | 15df6fa4f12fdb2faf798b88c544b31de83591b2 (diff) | |
| download | emacs-a576cc76c8267928c601da79f370f98fa1834e8e.tar.gz emacs-a576cc76c8267928c601da79f370f98fa1834e8e.zip | |
* lisp-mode.el (emacs-lisp-mode-map): Add native profiler menu entries.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02c79ef1920..d439c661401 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2013-01-20 Glenn Morris <rgm@gnu.org> | 1 | 2013-01-20 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): | ||
| 4 | Add native profiler menu entries. | ||
| 5 | |||
| 3 | * profiler.el (profiler-running-p): New function. | 6 | * profiler.el (profiler-running-p): New function. |
| 4 | (profiler-cpu-profile): Use profiler-running-p. | 7 | (profiler-cpu-profile): Use profiler-running-p. |
| 5 | (profiler-report-mode-map): Add some more menu entries. | 8 | (profiler-report-mode-map): Add some more menu entries. |