diff options
| author | Paul Eggert | 2017-10-14 19:18:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-14 19:19:24 -0700 |
| commit | 864734d112249bac120764f1564e008231ebb6e8 (patch) | |
| tree | bfb0f6ded457db9e62e3abd665a35a58b2cb5bdf /test | |
| parent | 3c78960a4755d7bd583a0411d7089a0c13c0c64b (diff) | |
| download | emacs-864734d112249bac120764f1564e008231ebb6e8.tar.gz emacs-864734d112249bac120764f1564e008231ebb6e8.zip | |
; Prefer https: to http: in GNU URLs
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/progmodes/flymake-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/progmodes/flymake-tests.el b/test/lisp/progmodes/flymake-tests.el index 0b29b6a9715..9f570adcc41 100644 --- a/test/lisp/progmodes/flymake-tests.el +++ b/test/lisp/progmodes/flymake-tests.el | |||
| @@ -37,7 +37,7 @@ | |||
| 37 | ;; | 37 | ;; |
| 38 | ;; | 38 | ;; |
| 39 | (defun flymake-tests--wait-for-backends () | 39 | (defun flymake-tests--wait-for-backends () |
| 40 | ;; Weirdness here... http://debbugs.gnu.org/17647#25 | 40 | ;; Weirdness here... https://debbugs.gnu.org/17647#25 |
| 41 | ;; ... meaning `sleep-for', and even | 41 | ;; ... meaning `sleep-for', and even |
| 42 | ;; `accept-process-output', won't suffice as ways to get | 42 | ;; `accept-process-output', won't suffice as ways to get |
| 43 | ;; process filters and sentinels to run, though they do work | 43 | ;; process filters and sentinels to run, though they do work |