mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/subr.el (x-popup-dialog): Declare.
This commit is contained in:
parent
8a78544ece
commit
d2f3e9f85b
2 changed files with 5 additions and 0 deletions
|
|
@ -2239,6 +2239,9 @@ floating point support."
|
|||
(push read unread-command-events)
|
||||
nil))))))
|
||||
|
||||
;; Behind display-popup-menus-p test.
|
||||
(declare-function x-popup-dialog "xmenu.c" (position contents &optional header))
|
||||
|
||||
(defun y-or-n-p (prompt)
|
||||
"Ask user a \"y or n\" question. Return t if answer is \"y\".
|
||||
PROMPT is the string to display to ask the question. It should
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue