(edebug-emacs-19-specific): Call
display-popup-menus-p instead of looking at window-system.
This commit is contained in:
parent
744bcf1127
commit
bc46628f73
1 changed files with 1 additions and 1 deletions
|
@ -4396,7 +4396,7 @@ Print result in minibuffer."
|
|||
(edebug-safe-prin1-to-string (car values)))))
|
||||
|
||||
(easy-menu-define edebug-menu edebug-mode-map "Edebug menus" edebug-mode-menus)
|
||||
(if window-system
|
||||
(if (display-popup-menus-p)
|
||||
(x-popup-menu nil (lookup-key edebug-mode-map [menu-bar Edebug])))
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue