]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix an outdated URL in a comment
authorEli Zaretskii <eliz@gnu.org>
Thu, 11 Apr 2019 13:25:06 +0000 (16:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 11 Apr 2019 13:25:06 +0000 (16:25 +0300)
* src/emacs.c: Fix reference to Cocoa CoreFoundation Release
Notes.  (Bug#35225)

src/emacs.c

index ba57da7213afabf5b74b291a24ebaf8811d8695d..41a9327941842c4e9387a0c5d4516cf61aa7e4a9 100644 (file)
@@ -158,9 +158,14 @@ static uprintmax_t heap_bss_diff;
 /* To run as a background daemon under Cocoa or Windows,
    we must do a fork+exec, not a simple fork.
 
-   On Cocoa, CoreFoundation lib fails in forked process:
+   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)
+   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.
 
    On Windows, a Cygwin fork child cannot access the USER subsystem.