summaryrefslogtreecommitdiff
path: root/src/xterm.c
diff options
context:
space:
mode:
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 0b949330ebc..0b321909c85 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -15,7 +15,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
-along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
+along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
/* New display code by Gerd Moellmann <gerd@gnu.org>. */
/* Xt features made by Fred Pierresteguy. */
@@ -8005,7 +8005,7 @@ handle_one_xevent (struct x_display_info *dpyinfo,
{
#ifdef USE_GTK
/* This seems to be needed for GTK 2.6 and later, see
- http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15398. */
+ https://debbugs.gnu.org/cgi/bugreport.cgi?bug=15398. */
x_clear_area (f,
event->xexpose.x, event->xexpose.y,
event->xexpose.width, event->xexpose.height);
@@ -12268,7 +12268,7 @@ static void
x_setup_pointer_blanking (struct x_display_info *dpyinfo)
{
/* FIXME: the brave tester should set EMACS_XFIXES because we're suspecting
- X server bug, see http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17609. */
+ X server bug, see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=17609. */
if (egetenv ("EMACS_XFIXES") && x_probe_xfixes_extension (dpyinfo->display))
dpyinfo->toggle_visible_pointer = xfixes_toggle_visible_pointer;
else