diff options
| author | Glenn Morris | 2012-11-20 20:47:55 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-20 20:47:55 -0800 |
| commit | 6ef2e5ef5278a807132b78c42de402925b20bfb3 (patch) | |
| tree | e5711cdfcdf8a152416c2a96e399695285a4a3a8 /etc | |
| parent | eadf1faa3cb5eea8c25a5166a9a97ebd63525c56 (diff) | |
| parent | b6729a180f4b81ac26bd7b61f5330643b2d5e994 (diff) | |
| download | emacs-6ef2e5ef5278a807132b78c42de402925b20bfb3.tar.gz emacs-6ef2e5ef5278a807132b78c42de402925b20bfb3.zip | |
Merge from emacs-24; up to 2012-11-17T22:12:47Z!eggert@cs.ucla.edu
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -847,7 +847,7 @@ are deprecated and will be removed eventually. | |||
| 847 | ** New sampling-based Elisp profiler. | 847 | ** New sampling-based Elisp profiler. |
| 848 | Try M-x profiler-start, do some work, and then call M-x profiler-report. | 848 | Try M-x profiler-start, do some work, and then call M-x profiler-report. |
| 849 | When finished, use M-x profiler-stop. The sampling rate can be based on | 849 | When finished, use M-x profiler-stop. The sampling rate can be based on |
| 850 | CPU time (only supported on some systems) or memory allocations. | 850 | CPU time or memory allocations. |
| 851 | 851 | ||
| 852 | +++ | 852 | +++ |
| 853 | ** CL-style generalized variables are now in core Elisp. | 853 | ** CL-style generalized variables are now in core Elisp. |