From: Po Lu Date: Mon, 18 Apr 2022 01:26:12 +0000 (+0800) Subject: ; Fix typo in last change X-Git-Tag: emacs-29.0.90~1931^2~440 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a9b2206def69623606faced9900de180adfb2e2b;p=emacs.git ; Fix typo in last change * src/xterm.c (x_wm_set_size_hint): Fix typo. --- diff --git a/src/xterm.c b/src/xterm.c index 2e905b57990..ef00e027f8e 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -22161,7 +22161,7 @@ x_wm_set_size_hint (struct frame *f, long flags, bool user_position) XSetWMNormalHints (FRAME_X_DISPLAY (f), window, &size_hints); #else - xg_wm_set_size_size_hint (f, flags, user_position); + xg_wm_set_size_hint (f, flags, user_position); #endif /* USE_GTK */ }