diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -787,7 +787,7 @@ are deprecated and will be removed eventually. | |||
| 787 | ** New sampling-based Elisp profiler. | 787 | ** New sampling-based Elisp profiler. |
| 788 | Try M-x profiler-start, do some work, and then call M-x profiler-report. | 788 | Try M-x profiler-start, do some work, and then call M-x profiler-report. |
| 789 | When finished, use M-x profiler-stop. The sampling rate can be based on | 789 | When finished, use M-x profiler-stop. The sampling rate can be based on |
| 790 | CPU time (only supported on some systems) or memory allocations. | 790 | CPU time or memory allocations. |
| 791 | 791 | ||
| 792 | +++ | 792 | +++ |
| 793 | ** CL-style generalized variables are now in core Elisp. | 793 | ** CL-style generalized variables are now in core Elisp. |