aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-11-20 00:39:41 -0800
committerGlenn Morris2012-11-20 00:39:41 -0800
commitccba372d5140646db3ea8ce3d928797611a8d89a (patch)
tree86c785b6fb6350b7b003884bcc16477dda905be9
parent5b776637e1facf949c9bc0db665db879c580e2f6 (diff)
downloademacs-ccba372d5140646db3ea8ce3d928797611a8d89a.tar.gz
emacs-ccba372d5140646db3ea8ce3d928797611a8d89a.zip
NEWS fix
Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00377.html
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c82dde7a01a..43e760ba330 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -787,7 +787,7 @@ are deprecated and will be removed eventually.
787** New sampling-based Elisp profiler. 787** New sampling-based Elisp profiler.
788Try M-x profiler-start, do some work, and then call M-x profiler-report. 788Try M-x profiler-start, do some work, and then call M-x profiler-report.
789When finished, use M-x profiler-stop. The sampling rate can be based on 789When finished, use M-x profiler-stop. The sampling rate can be based on
790CPU time (only supported on some systems) or memory allocations. 790CPU 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.