diff options
| author | Paul Eggert | 2019-09-22 23:53:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2019-09-23 00:12:52 -0700 |
| commit | 946a56a10fed769646a8b7c4ebc53f53c84be896 (patch) | |
| tree | 33a93593b428789b7e49376427eac09d21082808 /src/process.c | |
| parent | 78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff) | |
| download | emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.gz emacs-946a56a10fed769646a8b7c4ebc53f53c84be896.zip | |
Update some URLs
This mostly changes http: to https: in URLs. It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/process.c b/src/process.c index d30b17d45e5..e53d5d88945 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5547,8 +5547,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, | |||
| 5547 | through all the channels and check for data. | 5547 | through all the channels and check for data. |
| 5548 | This is a workaround needed for some versions of | 5548 | This is a workaround needed for some versions of |
| 5549 | the gnutls library -- 2.12.14 has been confirmed | 5549 | the gnutls library -- 2.12.14 has been confirmed |
| 5550 | to need it. See | 5550 | to need it. */ |
| 5551 | http://comments.gmane.org/gmane.emacs.devel/145074 */ | ||
| 5552 | for (channel = 0; channel < FD_SETSIZE; ++channel) | 5551 | for (channel = 0; channel < FD_SETSIZE; ++channel) |
| 5553 | if (! NILP (chan_process[channel])) | 5552 | if (! NILP (chan_process[channel])) |
| 5554 | { | 5553 | { |