diff options
| author | Paul Eggert | 2017-10-01 19:53:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2017-10-01 19:59:01 -0700 |
| commit | 5172fa02cccaab2500ecf85aaf65b8deed54d42e (patch) | |
| tree | 6e3c39413eb2f1c039ba48626ccf7bc0df24c9f6 /src/xterm.c | |
| parent | 8cdd8b920a80e4c61270b0a90f51fb4c8db85c6e (diff) | |
| download | emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.tar.gz emacs-5172fa02cccaab2500ecf85aaf65b8deed54d42e.zip | |
Prefer HTTPS to HTTP for gnu.org
This fixes some URLs I omitted from my previous pass,
notably those in lists.gnu.org. Although lists.gnu.org
does not yet support TLS 1.1, TLS 1.0 is better than nothing.
* lisp/erc/erc.el (erc-official-location):
* lisp/mail/emacsbug.el (report-emacs-bug):
Use https:, not http:.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 90275763cbe..d90654b101d 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3870,7 +3870,7 @@ static void | |||
| 3870 | x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by) | 3870 | x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by) |
| 3871 | { | 3871 | { |
| 3872 | /* Never called on a GUI frame, see | 3872 | /* Never called on a GUI frame, see |
| 3873 | http://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00456.html | 3873 | https://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00456.html |
| 3874 | */ | 3874 | */ |
| 3875 | XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_DRAWABLE (f), FRAME_X_DRAWABLE (f), | 3875 | XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_DRAWABLE (f), FRAME_X_DRAWABLE (f), |
| 3876 | f->output_data.x->normal_gc, | 3876 | f->output_data.x->normal_gc, |
| @@ -12524,7 +12524,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) | |||
| 12524 | dpyinfo->xcb_connection = xcb_conn; | 12524 | dpyinfo->xcb_connection = xcb_conn; |
| 12525 | #endif | 12525 | #endif |
| 12526 | 12526 | ||
| 12527 | /* http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ | 12527 | /* https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ |
| 12528 | dpyinfo->smallest_font_height = 1; | 12528 | dpyinfo->smallest_font_height = 1; |
| 12529 | dpyinfo->smallest_char_width = 1; | 12529 | dpyinfo->smallest_char_width = 1; |
| 12530 | 12530 | ||