]> git.eshelyaron.com Git - emacs.git/commit
Don't call x-popup-function for non-tty frames
authorGerd Möllmann <gerd.moellmann@gmail.com>
Wed, 19 Feb 2025 07:33:32 +0000 (08:33 +0100)
committerEshel Yaron <me@eshelyaron.com>
Thu, 20 Feb 2025 21:43:14 +0000 (22:43 +0100)
commit17fa70c3bbf0ede1f9160244b01b76c7400c3262
treef6a7fd0e21b94ec9d006c2f1ae56a2c4067b7194
parent90e5e89b8da4cfc042608cfcbed76986d16ef68f
Don't call x-popup-function for non-tty frames

* src/menu.c (x_popup_menu_1): Don't call x-popup-function for non-tty
frames
(syms_of_menu): Remove Qx_popup_menu_function because unused, extend doc
string of x-popup-menu-function.

(cherry picked from commit 23bf94a0111474419ca84145c8ede95c6915bd35)
src/menu.c