aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2018-03-27 16:19:40 -0400
committerStefan Monnier2018-03-27 16:19:40 -0400
commit7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf (patch)
treef518430c9d0998b05636965564750c5a30bbb659 /etc
parentb56c56f203f8b066dd71e6ae6a254121b3ac3f08 (diff)
downloademacs-7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf.tar.gz
emacs-7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf.zip
(benchmark-run-compiled): Make it work like 'benchmark-run' again
* lisp/emacs-lisp/benchmark.el (benchmark-run): Add special case for nil repetitions.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 04774c13e55..fd1d04b8a04 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -326,6 +326,7 @@ names" in the Tramp manual for full documentation of these facilities.
326 326
327* Incompatible Lisp Changes in Emacs 27.1 327* Incompatible Lisp Changes in Emacs 27.1
328 328
329** The 'repetitions' argument of 'benchmark-run' can now also be a variable.
329** The FILENAME argument to 'file-name-base' is now mandatory and no 330** The FILENAME argument to 'file-name-base' is now mandatory and no
330longer defaults to 'buffer-file-name'. 331longer defaults to 'buffer-file-name'.
331 332