diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-27 12:40:04 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-27 12:40:04 +0200 |
commit | dc12ad8978853991c16d27778152526bd91a9f89 (patch) | |
tree | b48fcab8da7a4e1067f86f39f03b0591df505e0a /src/w16select.c | |
parent | d22d7d6be8c6348eead9412d6f05b18de3f481b6 (diff) | |
download | emacs-dc12ad8978853991c16d27778152526bd91a9f89.tar.gz emacs-dc12ad8978853991c16d27778152526bd91a9f89.tar.bz2 emacs-dc12ad8978853991c16d27778152526bd91a9f89.zip |
; Update some links to HTTPS and note some broken links
Diffstat (limited to 'src/w16select.c')
-rw-r--r-- | src/w16select.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w16select.c b/src/w16select.c index 37239137cf0..bbd2ed4bb97 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -87,7 +87,7 @@ static size_t clipboard_storage_size; /* C functions to access the Windows 3.1x clipboard from DOS apps. The information was obtained from the Microsoft Knowledge Base, - article Q67675 and can be found at: + article Q67675 and can be found at: [broken link -- SK 2021-09-27] http://www.microsoft.com/kb/developr/win_dk/q67675.htm */ /* See also Ralf Brown's Interrupt List. |