diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:45:41 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-25 22:48:12 -0800 |
commit | a89f0b6f33f9eb8910a1fceda9028d76ef50b05d (patch) | |
tree | 7055882872b7cad587e5d5e9ac706056f04ff777 /src/xterm.c | |
parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz |
maint: shorten https://lists.gnu.org/archive/html/... links
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; |