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/dispnew.c | |
parent | 8be3aee2813f528b02bc913ca4d79e34e72b1754 (diff) | |
download | emacs-a89f0b6f33f9eb8910a1fceda9028d76ef50b05d.tar.gz |
maint: shorten https://lists.gnu.org/archive/html/... links
Diffstat (limited to 'src/dispnew.c')
-rw-r--r-- | src/dispnew.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 065d06813b8..b0fc5c31fa1 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1699,7 +1699,7 @@ required_matrix_height (struct window *w) if (FRAME_WINDOW_P (f)) { - /* https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ + /* https://lists.gnu.org/r/emacs-devel/2015-11/msg00194.html */ int ch_height = max (FRAME_SMALLEST_FONT_HEIGHT (f), 1); int window_pixel_height = window_box_height (w) + eabs (w->vscroll); @@ -1726,7 +1726,7 @@ required_matrix_width (struct window *w) struct frame *f = XFRAME (w->frame); if (FRAME_WINDOW_P (f)) { - /* https://lists.gnu.org/archive/html/emacs-devel/2015-11/msg00194.html */ + /* https://lists.gnu.org/r/emacs-devel/2015-11/msg00194.html */ int ch_width = max (FRAME_SMALLEST_CHAR_WIDTH (f), 1); /* Compute number of glyphs needed in a glyph row. */ |