diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-26 16:42:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-05-26 16:44:09 -0700 |
commit | a73e4f53ab86c69fdb8f5869173d6693d73e6fb2 (patch) | |
tree | 2845d9e4077a7777fc4b069a21074c95b2b9fe1b /src/emacs.c | |
parent | 6fcab83600317e94ea7b915da7730a8c7e50226d (diff) | |
download | emacs-a73e4f53ab86c69fdb8f5869173d6693d73e6fb2.tar.gz |
GNOME moved URLs for its active bug reports
* src/emacs.c (main) [USE_GTK]:
* src/gtkutil.c (xg_display_close):
* src/xterm.c (x_connection_closed):
Update GNOME bug report URLs.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index f25e6126642..8633e934e51 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1070,7 +1070,7 @@ main (int argc, char **argv) #endif /* HAVE_LIBSYSTEMD */ #ifdef USE_GTK - fprintf (stderr, "\nWarning: due to a long standing Gtk+ bug\nhttp://bugzilla.gnome.org/show_bug.cgi?id=85715\n\ + fprintf (stderr, "\nWarning: due to a long standing Gtk+ bug\nhttps://gitlab.gnome.org/GNOME/gtk/issues/221\n\ Emacs might crash when run in daemon mode and the X11 connection is unexpectedly lost.\n\ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem.\n"); #endif /* USE_GTK */ |