summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2019-09-22 23:53:39 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2019-09-23 00:12:52 -0700
commit946a56a10fed769646a8b7c4ebc53f53c84be896 (patch)
tree33a93593b428789b7e49376427eac09d21082808 /src/emacs.c
parent78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff)
downloademacs-946a56a10fed769646a8b7c4ebc53f53c84be896.tar.gz
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/emacs.c')
-rw-r--r--src/emacs.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emacs.c b/src/emacs.c
index 8a8d8b558e4..21a05d337ef 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -159,11 +159,7 @@ static uintmax_t heap_bss_diff;
On Cocoa, CoreFoundation lib fails in forked process, see Mac OS X
Leopard Developer Release Notes for CoreFoundation Framework:
- http://developer.apple.com/ReleaseNotes/
- CoreFoundation/CoreFoundation.html
-
- Note: the above is no longer available on-line, but it can be found
- via the "Wayback machine", https://web.archive.org.
+ https://web.archive.org/web/20090225231934/http://developer.apple.com/ReleaseNotes/CoreFoundation/CoreFoundation.html
On Windows, a Cygwin fork child cannot access the USER subsystem.