summaryrefslogtreecommitdiff
path: root/lisp/map-ynp.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-03-20 07:05:14 +0000
committerRichard M. Stallman <rms@gnu.org>1994-03-20 07:05:14 +0000
commit6f4387dde1fb5ec85af13b1beb91ff525aedc4d6 (patch)
tree1f6b60facd17e7df14d338c00a4578bac08b3c14 /lisp/map-ynp.el
parentd5b2fb1e4f2a6f8818c48a7471bede4fa76feea3 (diff)
downloademacs-6f4387dde1fb5ec85af13b1beb91ff525aedc4d6.tar.gz
(map-y-or-n-p): Call x-popup-dialog the new way.
Diffstat (limited to 'lisp/map-ynp.el')
-rw-r--r--lisp/map-ynp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/map-ynp.el b/lisp/map-ynp.el
index a4ee70bcee5..f4e22ecbb24 100644
--- a/lisp/map-ynp.el
+++ b/lisp/map-ynp.el
@@ -137,8 +137,7 @@ Returns the number of actions taken."
;; Prompt the user about this object.
(if mouse-event
(setq def (or (x-popup-dialog mouse-event
- (list "gratuitous"
- (cons prompt map)))
+ (cons prompt map))
'quit))
;; Prompt in the echo area.
(let ((cursor-in-echo-area (not no-cursor-in-echo-area)))