diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-22 23:53:39 -0700 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-09-23 00:12:52 -0700 |
| commit | 946a56a10fed769646a8b7c4ebc53f53c84be896 (patch) | |
| tree | 33a93593b428789b7e49376427eac09d21082808 /src/window.c | |
| parent | 78669517dc3db4d6d51fb26d71073fc0c196ab5d (diff) | |
| download | emacs-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/window.c')
| -rw-r--r-- | src/window.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.c b/src/window.c index 9a0a9a115c2..321b3e01b79 100644 --- a/src/window.c +++ b/src/window.c @@ -6350,8 +6350,8 @@ and redisplay normally--don't erase and redraw the frame. */) int this_scroll_margin; /* For reasons why we signal an error here, see - http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00053.html, - http://lists.gnu.org/archive/html/emacs-devel/2014-06/msg00094.html. */ + https://lists.gnu.org/r/emacs-devel/2014-06/msg00053.html, + https://lists.gnu.org/r/emacs-devel/2014-06/msg00094.html. */ if (buf != current_buffer) error ("`recenter'ing a window that does not display current-buffer."); |
