]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/menu.c (x_popup_menu_1): Fix typo.
authorGerd Möllmann <gerd.moellmann@gmail.com>
Tue, 18 Feb 2025 15:05:38 +0000 (16:05 +0100)
committerEshel Yaron <me@eshelyaron.com>
Tue, 18 Feb 2025 21:33:30 +0000 (22:33 +0100)
(cherry picked from commit 4d3a6189418d9fe6b743ce3924a5eead6638dccb)

src/menu.c

index c0245b42a481bed3934abd57162deae0fe7cd401..11a0a10d87db8861655a40f9d5b0a560d00c2fe1 100644 (file)
@@ -1112,7 +1112,7 @@ Lisp_Object
 x_popup_menu_1 (Lisp_Object position, Lisp_Object menu)
 {
   if (!NILP (Vx_popup_menu_function))
-    return calln (Qx_popup_menu_function, position, menu);
+    return calln (Vx_popup_menu_function, position, menu);
 
   Lisp_Object keymap, tem, tem2 = Qnil;
   int xpos = 0, ypos = 0;