From: Glenn Morris Date: Tue, 20 Nov 2012 08:39:41 +0000 (-0800) Subject: NEWS fix X-Git-Tag: emacs-24.2.90~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ccba372d5140646db3ea8ce3d928797611a8d89a;p=emacs.git NEWS fix Ref: http://lists.gnu.org/archive/html/emacs-devel/2012-11/msg00377.html --- 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. ** New sampling-based Elisp profiler. Try M-x profiler-start, do some work, and then call M-x profiler-report. When finished, use M-x profiler-stop. The sampling rate can be based on -CPU time (only supported on some systems) or memory allocations. +CPU time or memory allocations. +++ ** CL-style generalized variables are now in core Elisp.