aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
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
3870x_shift_glyphs_for_insert (struct frame *f, int x, int y, int width, int height, int shift_by) 3870x_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