aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-20 20:47:55 -0800
committerGlenn Morris2012-11-20 20:47:55 -0800
commit6ef2e5ef5278a807132b78c42de402925b20bfb3 (patch)
treee5711cdfcdf8a152416c2a96e399695285a4a3a8 /etc
parenteadf1faa3cb5eea8c25a5166a9a97ebd63525c56 (diff)
parentb6729a180f4b81ac26bd7b61f5330643b2d5e994 (diff)
downloademacs-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/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a66a3858e0e..090715587d3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -847,7 +847,7 @@ are deprecated and will be removed eventually.
847** New sampling-based Elisp profiler. 847** New sampling-based Elisp profiler.
848Try M-x profiler-start, do some work, and then call M-x profiler-report. 848Try M-x profiler-start, do some work, and then call M-x profiler-report.
849When finished, use M-x profiler-stop. The sampling rate can be based on 849When finished, use M-x profiler-stop. The sampling rate can be based on
850CPU time (only supported on some systems) or memory allocations. 850CPU 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.