emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 b77723a: Fix an outdated URL in a comment


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 b77723a: Fix an outdated URL in a comment
Date: Thu, 11 Apr 2019 09:26:17 -0400 (EDT)

branch: emacs-26
commit b77723a5f371ce0aa4027c6d1c5c831eef94e01d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix an outdated URL in a comment
    
    * src/emacs.c: Fix reference to Cocoa CoreFoundation Release
    Notes.  (Bug#35225)
---
 src/emacs.c | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/emacs.c b/src/emacs.c
index ba57da7..41a9327 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -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.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]