]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/haikufns.c (Fx_show_tip): Fix typo.
authorPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 08:20:37 +0000 (08:20 +0000)
committerPo Lu <luangruo@yahoo.com>
Tue, 18 Jan 2022 08:21:43 +0000 (08:21 +0000)
src/haikufns.c

index 2db5a6f4e30605c08e5265f7e2f8f23567e9b22e..5b55efea32e0c74f158602a5e1f80970fec2be91 100644 (file)
@@ -1929,7 +1929,7 @@ DEFUN ("x-show-tip", Fx_show_tip, Sx_show_tip, 1, 6, 0,
 
   if (NILP (frame))
     frame = selected_frame;
-  check_window_system (frame);
+  decode_window_system_frame (frame);
 
   if (NILP (timeout))
     timeout = make_fixnum (5);