diff options
| -rw-r--r-- | lisp/map-ynp.el | 3 |
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." | |||
| 137 | ;; Prompt the user about this object. | 137 | ;; Prompt the user about this object. |
| 138 | (if mouse-event | 138 | (if mouse-event |
| 139 | (setq def (or (x-popup-dialog mouse-event | 139 | (setq def (or (x-popup-dialog mouse-event |
| 140 | (list "gratuitous" | 140 | (cons prompt map)) |
| 141 | (cons prompt map))) | ||
| 142 | 'quit)) | 141 | 'quit)) |
| 143 | ;; Prompt in the echo area. | 142 | ;; Prompt in the echo area. |
| 144 | (let ((cursor-in-echo-area (not no-cursor-in-echo-area))) | 143 | (let ((cursor-in-echo-area (not no-cursor-in-echo-area))) |