diff options
| author | Stefan Monnier | 2018-03-27 16:19:40 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2018-03-27 16:19:40 -0400 |
| commit | 7bc31c1cd4b6a6eac0d29e31dbe3d208e2258ccf (patch) | |
| tree | f518430c9d0998b05636965564750c5a30bbb659 /etc | |
| parent | b56c56f203f8b066dd71e6ae6a254121b3ac3f08 (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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 |
| 330 | longer defaults to 'buffer-file-name'. | 331 | longer defaults to 'buffer-file-name'. |
| 331 | 332 | ||