aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorPaul Eggert2017-11-25 22:45:41 -0800
committerPaul Eggert2017-11-25 22:48:12 -0800
commita89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch)
tree7055882872b7cad587e5d5e9ac706056f04ff777 /src/xterm.c
parent8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff)
downloademacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz
emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.zip
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c6
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
3878x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by) 3878x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by)
3879{ 3879{
3880/* Never called on a GUI frame, see 3880/* Never called on a GUI frame, see
3881 https://lists.gnu.org/archive/html/emacs-devel/2015-05/msg00456.html 3881 https://lists.gnu.org/r/emacs-devel/2015-05/msg00456.html
3882*/ 3882*/
3883 XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_DRAWABLE (f), FRAME_X_DRAWABLE (f), 3883 XCopyArea (FRAME_X_DISPLAY (f), FRAME_X_DRAWABLE (f), FRAME_X_DRAWABLE (f),
3884 f->output_data.x->normal_gc, 3884 f->output_data.x->normal_gc,
@@ -11523,7 +11523,7 @@ x_make_frame_visible (struct frame *f)
11523#ifdef CYGWIN 11523#ifdef CYGWIN
11524 /* On Cygwin, which uses input polling, we need to force input to 11524 /* On Cygwin, which uses input polling, we need to force input to
11525 be read. See 11525 be read. See
11526 http://lists.gnu.org/archive/html/emacs-devel/2013-12/msg00351.html 11526 https://lists.gnu.org/r/emacs-devel/2013-12/msg00351.html
11527 and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24091#131. 11527 and https://debbugs.gnu.org/cgi/bugreport.cgi?bug=24091#131.
11528 Fake an alarm signal to let the handler know that there's 11528 Fake an alarm signal to let the handler know that there's
11529 something to be read. 11529 something to be read.
@@ -12555,7 +12555,7 @@ x_term_init (Lisp_Object display_name, char *xrm_option, char *resource_name)
12555 dpyinfo->xcb_connection = xcb_conn; 12555 dpyinfo->xcb_connection = xcb_conn;
12556#endif 12556#endif
12557 12557
12558 /* https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ 12558 /* https://lists.gnu.org/r/emacs-devel/2015-11/msg00194.html */
12559 dpyinfo->smallest_font_height = 1; 12559 dpyinfo->smallest_font_height = 1;
12560 dpyinfo->smallest_char_width = 1; 12560 dpyinfo->smallest_char_width = 1;
12561 12561