diff options
Diffstat (limited to 'src/xterm.c')
-rw-r--r-- | src/xterm.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xterm.c b/src/xterm.c index 1deb7b46013..1b45cf1b0b7 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -3878,7 +3878,7 @@ static void x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by) { /* Never called on a GUI frame, see - https://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00456.html + https://lists.gnu.org/r/emacs-devel/2015-05/msg00456.html */ XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_DRAWABLE (f), FRAME_X_DRAWABLE (f), f->output_data.x->normal_gc, @@ -11523,7 +11523,7 @@ x_make_frame_visible (struct frame *f) #ifdef CYGWIN /* On Cygwin, which uses input polling, we need to force input to be read. See - http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00351.html + https://lists.gnu.org/r/emacs-devel/2013-12/msg00351.html and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24091#131. Fake an alarm signal to let the handler know that there's something to be read. @@ -12555,7 +12555,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name) dpyinfo->xcb_connection = xcb_conn; #endif - /* https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ + /* https://lists.gnu.org/r/emacs-devel/2015-11/msg00194.html */ dpyinfo->smallest_font_height = 1; dpyinfo->smallest_char_width = 1; |