diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/emacs-module-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/emacs-module-tests.el b/test/src/emacs-module-tests.el index 60ba71c57b9..5349de055ed 100644 --- a/test/src/emacs-module-tests.el +++ b/test/src/emacs-module-tests.el | |||
| @@ -313,7 +313,7 @@ Interactively, you can try hitting \\[keyboard-quit] to quit." | |||
| 313 | ;; Interactively, run for 5 seconds to give the | 313 | ;; Interactively, run for 5 seconds to give the |
| 314 | ;; user time to quit. In batch mode, run only | 314 | ;; user time to quit. In batch mode, run only |
| 315 | ;; briefly since the user can't quit. | 315 | ;; briefly since the user can't quit. |
| 316 | (float-time (time-add nil (if noninteractive 0.1 5))) | 316 | (time-add nil (if noninteractive 0.1 5)) |
| 317 | ;; should_quit or process_input | 317 | ;; should_quit or process_input |
| 318 | arg)) | 318 | arg)) |
| 319 | 'finished)) | 319 | 'finished)) |